I have a class in a .h file:
class Blah { public: Blah(){} virtual ~Blah(){} void WriteMessage( bool MessageReceived ) { if(MessageR
I was trying to press Ctrl+F5 which gives same as the error you received in Visual Studio Code. However, once I just go to Debug section and pressed Green button which initialises Debugging helped me solve this error.
Ctrl+F5
Debug