Vc++ include problem  
Author Message
Majd Yafi





PostPosted: Visual C++ Express Edition, Vc++ include problem Top

i write :

#include<windows.h>

but the message says :

"no Such File "

and when i open Include foldern where i installed VC++ there is no file called windows.h

where the problem from and what to do

thanx.




Visual Studio Express Editions21  
 
 
nobugz





PostPosted: Visual C++ Express Edition, Vc++ include problem Top

Install the Platform SDK...


 
 
Frederkk





PostPosted: Visual C++ Express Edition, Vc++ include problem Top

Check your spacing in the #include <windows.h> line.