I'm trying to work on my project at home instead of school, and I'm having trouble compiling it.
I'm using Visual Studio C++ 2008 Express Edition.
The error I'm getting is that there's a problem in winuser.h, and I'm sure the reason I'm getting it is because my VC++ directories are not set properly.
DigiBoy26
0 Points
1 Post
Compile problem, VC++ Directories
Dec 15, 2008 02:10 PM|LINK
I'm trying to work on my project at home instead of school, and I'm having trouble compiling it.
I'm using Visual Studio C++ 2008 Express Edition.
The error I'm getting is that there's a problem in winuser.h, and I'm sure the reason I'm getting it is because my VC++ directories are not set properly.
Error 26 error C2143: syntax error : missing ';' before ',' C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\winuser.h 5292
Error 27 error C2059: syntax error : ',' C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\winuser.h 5292
Error 28 error C2061: syntax error : identifier 'LPINPUT' C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\winuser.h 5299
Here are my settings:
I have the DirectX and Windows SDK's installed.
Any help at all would be appreciated to get this to compile. Thank you.