I have a class in a .h file:
class Blah { public: Blah(){} virtual ~Blah(){} void WriteMessage( bool MessageReceived ) { if(MessageR
For me, the answer was:
Project Properties->C/C++->Optimization
Set Optimization to : "Disabled (/Od)"