debug with visual c++ 2005 express edition

Hi, i would debug a project in visual c++ 2005 express edition, but i get this error:
fatal error C1083: Cannot open include file: 'windows.h': No such file or directory

please help me...
My guess is that your include statement is incorrect. You may have capitilized the header file name, or you may have put it inside quotation marks. Your include statement should look exactly like this:

#include <windows.h>

Capitals or quotes shouldn't make the difference
( I can trype #include "wiNDowS.h" and it woks fine )

Try looking on your include directories if you have something like "$(WindowsSdkDir)\include"
but there isn't a #include for windows.h !
????
Have you looked in the include directories?
Topic archived. No new replies allowed.