viewtopic.php?f=11&t=31530
...and I ended up with several "precompiled header" warnings. I checked out this page:
http://developer.valvesoftware.com/wiki ... der_VS2010
and read that I had to do the following:
If you want to remove the "precompiled header" warnings seen during a full compile, open these files in your client project and move #include "cbase.h" up to the first line:
1. hud_locator.cpp
2. hud_credits.cpp
3. hud_flashlight.cpp
I did that, and got lots of new errors and that's when I gave up.
I am a complete noob at c++ programming so I 'm not really sure what I'm doing. I know that there are issues when using newer version of VS but I don't really know how to resolve my situation.
Any help would be great, thanks!










