Visual Studio C++ errors from parse.h header file due to naming conflict?
I get a lot of errors from the file parser.h. May it be due to having named a class “Parser”? I have renamed that class. Also, it existed before, when the error did not occur.
More specifically, the first error is C3645 ‘m_cCurToken’: unknown override specifier, followed by a lot of syntax errors in the same parser.h file (and the CParseXML Class inside this file).