Thanks
Q
questaware
@questaware
Posts
-
fatal error C1010: unexpected end of file while looking for precompiled header directive -
Simple Problem VC++6This must be a silly problem I add a new .c or .cpp file to my project with its own .h which it includes: logmsg.c: ... #include "logmsg.h" ... I get: logmsg.cpp(236) : fatal error C1010: unexpected end of file while looking for precompiled header directive ???