I have the source code of an application written in C++ and I just want to comment something using:
#ifdef 0 ... #endif
And I get this erro
Note that you can also hit this error if you accidentally type:
#define
...instead of...
#include