I have an SDK for some Hardware I need to implement
I use The MFC Class they provide and created a windows console application.
They heavily rely on the Trace Macro so i cant simply comment them out.
I already manually installed the ATL + MFC Component for visual C++
I installed the 2015 Compiler (as i read they changed something ...)
I disabled precompiled headers
I tried "switching" some options in Project properties, but that did not yield anything different :(
TRACE(_T("PS10DLL not found\n"));
I would expect to compile smoothly but the Error (they used it alot) is:
error C3861: "TRACE": Identifier was not found.