If I use either a WIN32 or a WIN64 Console project, I cannot use #include <windows.h>. It always generates a 'No target architecture' error. However, #include <windows.h> works fine in non-console applications. The error is generated in winnt.h (559). Can anyone suggest a fix? Thank you.