admin管理员组

文章数量:1532440

Visual Studio 初次使用遇到的问题

新建了一个Windows控制台项目,Hello World
Ctrl+F5 开始执行失败,提示以下错误,

1>------ 已启动生成: 项目: Project1, 配置: Debug Win32 ------
1>D:\Visual Studio\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(434,5): warning MSB8003: The WindowsSDKDir property is not defined. Some build tools may not be found.
1>Project1.cpp
1>D:\Visual Studio\VC\Tools\MSVC\14.21.27702\include\crtdefs.h(10,10): error C1083:  无法打开包括文件: “corecrt.h”: No such file or directory
1>已完成生成项目“Project1.vcxproj”的操作 - 失败。
========== 生成: 成功 0 个,失败 1 个,最新 0 个,跳过 0 个 ==========

错误代码 MSB8003 C1083


MSB8003	The WindowsSDKDir property is not defined. Some build tools may not be found.	

本文标签: 无法下载StudioVisualSDK