Game Development Community

Problems compiling with vc++ express

by Chris · in Torque Game Builder · 11/30/2005 (10:17 pm) · 2 replies

I did everything that was posted in other threads but I am getting this really wierd error.

c:\T2d Alpha\engine\platformWin32/platformWin32.h(14) : fatal error C1093: Cannot open include file: 'Windows.h' : No such file or directory

now this is wierd because i have comfirmed that windows.h is in the core sdk and I have setup vc++ to look into that folder for includes. Anyone have any idea as to how to fix this?

#1
12/01/2005 (12:13 am)
I think it's cuz you dont have the platform SDK installed, or you havent added the path to your VC++ express-include-options.

if you havent done the steps outlined in the resource, then do it... and look closely, because there are multiple entries you need to modify for the include paths. (includes, libs, etc)
#2
12/01/2005 (12:49 pm)
I have done everything that was posted before. I got the SDK, changed the solution. This is the only error that I am getting.

edit:
Changed how I worded it.