compiling problem

russ_uk

Newbie
Joined
Apr 10, 2005
Messages
201
Reaction score
0
i get the following errors using vs c++ 2005 express edition , how can i fix these 5 errors ? (forgot how to do this please help :eek: )

Code:
d:\valve\steam\steamapps\sourcemods\mymod\src\cl_dll\hl2_hud\hud_autoaim.cpp(202) : warning C4189: 'dist' : local variable is initialized but not referenced

d:\valve\steam\steamapps\sourcemods\mymod\src\public\tier0\memoverride.cpp(16) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory

d:\valve\steam\steamapps\sourcemods\mymod\src\cl_dll\in_mouse.cpp(9) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory

d:\valve\steam\steamapps\sourcemods\mymod\src\cl_dll\in_joystick.cpp(10) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory

d:\valve\steam\steamapps\sourcemods\mymod\src\game_shared\choreoscene.cpp(11) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
 
yes i have it installed

edit : i have both the windows sdk and dx sdk installed , but i still get this problem :( . what files need to be edited ?
 
It just doesn't seem to file windows.h, which is the uber windows SDK header file. It looks like you misconfigured your build paths.
 
how would i see what i have done incorrect (it has been over 2 years since i did anything with c++ etc)
 
Back
Top