Skip to main content

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

Disclaimer

*NOTE: All information contained herein is provided for educational purposes only. Exodus Development, Inc. disclaims all liability for use or misuse of the information presented herein or on external web sites. Use your own good judgement, ask an expert first. Proceed at your own risk.