I intall C++ 2005 express and PSDK, like it shows in instructions, but when I try to build or debug it. It gives me an error:
fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
What I have to do to make that work
Help me, please

Fatal error C1083: Win application don't work
Jeff
Thank you very much :)
Now it works like it have to be. Thanks again.
BlackGrouse
- just a newbie, but try to be better
-
Vipul123
You can use the compiler option /I to set the include directories. Also, make sure that in the IDE you have changed he include directories to where the PSDK headers are as described by the videos at http://msdn.microsoft.com/visualc/using/multimedia/vcexpvids/default.aspx
Thanks, Ayman Shoukry VC++ Team