我安装了VS Express 2013.我没有互联网。因此在安装后得到两个警告 - 1)我们无法验证/验证证书和2)您没有使用Internet Explorer 10.两个警告都表明可能会出现问题。
我启动了一个VC ++ Win32项目,并尝试构建并获得1个错误和38个警告,所有警告都是关于intellisense没有识别标识符等的警告。
有什么想法在这里发生?在Win 7 Sp1上。
Win32应用程序VS2013 警告1警告MSB8003:无法从注册表中找到WindowsSDKDir变量。 TargetFrameworkVersion或PlatformToolset可能设置为无效的版本号。 D:\ Program Files \ MSBuild \ Microsoft.Cpp \ v4.0 \ V120 \ Microsoft.CppBuild.targets 355 5 Win32Project2
错误2错误C1083:无法打开包含文件:'SDKDDKVer.h':没有这样的文件或目录d:\ users \和\ documents \ visual studio 2013 \ projects \ win32project2 \ win32project2 \ targetver.h 8 1 Win32Project2 < / p>
4 IntelliSense: cannot open source file "windows.h" d:\Users\and\Documents\Visual Studio 2013\Projects\Win32Project2\Win32Project2\stdafx.h 12 1 Win32Project2
5 IntelliSense: identifier "HINSTANCE" is undefined d:\Users\and\Documents\Visual Studio 2013\Projects\Win32Project2\Win32Project2\Win32Project2.cpp 10 1 Win32Project2
4 IntelliSense: cannot open source file "windows.h" d:\Users\and\Documents\Visual Studio 2013\Projects\Win32Project3\Win32Project3\stdafx.h 12 1 Win32Project3