c:\documents and settings\hamish\my documents\visual studio 2005\projects\tetris\tetris\stdafx.h(28) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
is it something I am doing wrong or a common error? Help appriciated.
EDIT: the part of sdafx.h that is causing the problems is this:
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files:
#include <windows.h>
EDIT AGAIN: if need be, can someone who has the file send it to me? that may or may not solve the problem.
EDIT YET AGAIN: I have discovered that the file "windows.h" exists, and I have linked everything properly, but stdafx.h just can't find it. I have no idea what the hell is going on, and need help.












