Skip to main content

C++

Visual Studio .Net 2003 standard include directories

Just in case anyone needs this, I thought I'd list this here. I needed to restore the standard include directories for Visual Studio .Net 2003. So, without further ado, here they are:

$(VCInstallDir)Include
$(VCInstallDir)atlmfc\include
$(VCInstallDir)PlatformSDK\include\prerelease
$(VCInstallDir)PlatformSDK\include
$(FrameworkSDK)include
Syndicate content