FictiousWill
Newbie
- Joined
- Jul 22, 2003
- Messages
- 2,658
- Reaction score
- 1
Ooookay. This is rather embarassing.
I've cleared out all errors I can find trying to compile a new mod, such as lack of declarations and type errors and such (thanks valve), but the linker can't find windows.h, even though I've specified the include directory in the project options. What gives? I'm not used to this IDE, I'm using the VS 2005 C++ beta.
arg wtf! This new Visual Studio is fancy looking and confusing, I last used VC98. Somebody please steer me in the right direction?
I've cleared out all errors I can find trying to compile a new mod, such as lack of declarations and type errors and such (thanks valve), but the linker can't find windows.h, even though I've specified the include directory in the project options. What gives? I'm not used to this IDE, I'm using the VS 2005 C++ beta.
Code:
c:\*snip*\src\public\tier0\memoverride.cpp(16) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
arg wtf! This new Visual Studio is fancy looking and confusing, I last used VC98. Somebody please steer me in the right direction?