How To Installing the Platform SDK for use with Visual C++ Express Edition

Wednesday, September 9th, 2009

When using Visual C++ Express Edition to compile and build win32 application it will get a error like:
‘fatal error C1083: Cannot open include file: ‘windows.h’: No such file or directory’
To Solve it you must install Microsoft Platform SDK.
There is some steps to setting up visual c++ Express edition for use Platform SDK:

From the Tools menu [...]