- I have VC correctly installed with the windows SDK correctly linked
- I copied the 'lib' and 'include' folders from 'lexfiles' to the warzone src folder
- Folder structure of "H:\Warzone"
-
warzone-devpkg
- include
- lib
- warzone
- src
- data
- ...
Code: Select all
1>h:\warzone\warzone\lib\gamelib\animobj.c(13) : fatal error C1083: Cannot open include file: 'lib/framework/frame.h': No such file or directoryI think it has something to do with the library/include files that are not correctly refered to in the project.
The compile guide says:
Code: Select all
"Change the “Additional Includedirectories†in “C/C++ / General†and “Additional Librarydirectories†in “Linker / General†according to your setup"But I always get the same errors! Please help...


