I have fixed most of the errors that have been popping up so far but not sure what this one means.
Error | 5 | error C1189: #error : The C++ Standard Library forbids macroizing keywords. Enable warning C4005 to find the forbidden macro. | C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\xkeycheck.h | 242 | 1 |
That seems to be the main error and everything after that says IntelliSense in front of it. I am assuming those errors are comming from the error C1189 though.
Any thoughts on what this might be or how to fix it?
-Tim