Hey guys, so I am trying to set a variable to nullptr. I have two files for this project one is a .cpp the other is a .h In the .h file nullptr is not recognized, tells me its an undeclared variable. But in the .cpp file it works fine. Is there a way to get the nullptr to work in the .h file? also what is the reason it dosent work in the .h file?