Microsoft Visual C++ 2005 Express can't find the include file 'windows.h.'
I know there is an easy solution, but I have no idea what it is.
Any ideas?
This is a discussion on 2005 Express: Can't open 'windows.h' within the Windows Programming forums, part of the Platform Specific Boards category; Microsoft Visual C++ 2005 Express can't find the include file 'windows.h.' I know there is an easy solution, but I ...
Microsoft Visual C++ 2005 Express can't find the include file 'windows.h.'
I know there is an easy solution, but I have no idea what it is.
Any ideas?
Then include <windows.h> or use Dev-C++.
"The Internet treats censorship as damage and routes around it." - John Gilmore
It's right there in my code
It is causing the compiler error as well.Code:#include <windows.h>
EDIT:
It seems it was not in the compiler's search path.
Thanks
Last edited by thetinman; 11-06-2006 at 09:45 AM.
CProgramming FAQ
Caution: this person may be a carrier of the misinformation virus.