Also could you double check this line is correct
<WindowsSdkDir Condition="'$(WindowsSdkDir)' == ''">$(VCInstallDir)PlatformSDK\</WindowsSdkDir>
On my 2005 Express install, there is no PlatformSDK folder inside the VC install directory. However in previous 2005 projects I've needed to include this path:
D:\Program Files\Microsoft Platform SDK
Which I installed separately I believe, as part of the Windows Server 2003 SP1 Platform SDK.
Which may be the same thing?
There is also this:
D:\Program Files (x86)\Microsoft Visual Studio 8\SDK\v2.0
<WindowsSdkDir Condition="'$(WindowsSdkDir)' == ''">$(VCInstallDir)PlatformSDK\</WindowsSdkDir>
On my 2005 Express install, there is no PlatformSDK folder inside the VC install directory. However in previous 2005 projects I've needed to include this path:
D:\Program Files\Microsoft Platform SDK
Which I installed separately I believe, as part of the Windows Server 2003 SP1 Platform SDK.
Which may be the same thing?
There is also this:
D:\Program Files (x86)\Microsoft Visual Studio 8\SDK\v2.0