pre
在win7 sp1上安装vs2013 update4时采用默认的平台工具集v120编译C++项目的时候遇到了MSB8003错误(Could not find WindowsSDKDir variable from the registry. TargetFrameworkVersion or PlatformToolset may be set to an invalid version number.)。这个问题卡了我一下午的时间,在采用网上推荐的解决方案的时候也无法解决,最近通过试错法解决了,基本理解了错误位置和解决的基本思路,这里记录下相关的经验。在win7 sp1上安装vs2013 update4时采用默认的平台