代码搬运工小覃 2024-04-05 22:23 采纳率: 0%
浏览 49
已结题

vscode跑前端代码遇到error MSB8036: The Windows SDK version 10.0.22000.0 was not found.

vscode跑前端代码遇到error MSB8036: The Windows SDK version 10.0.22000.0 was not found.

img

img


npm ERR! C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.Cpp.WindowsSDK.targets(46,5): error MSB8036: The Windows SDK version 10.0.22000.0 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution". [D:\BaiduNetdiskDownload\������̨\9-springboot springcloudһվʽ������̨ ������\Դ��+����+�ĵ�\datax-ui-pro\node_modules\deasync\build\ \deasync.vcxproj]

求解决

  • 写回答

8条回答 默认 最新

  • 码农阿豪@新空间代码工作室 Java领域优质创作者 2024-04-05 22:32
    关注
    让阿豪来帮你解答,本回答参考chatgpt3.5编写提供,如果还有疑问可以评论或留言
    问题描述: 在使用VSCode运行前端代码时,出现了error MSB8036: The Windows SDK version 10.0.22000.0 was not found.错误提示。 解决方法:
    1. 检查Windows SDK版本 打开Visual Studio Installer,选择Modify选项,找到对应的工作负载,安装Windows SDK。或者可以直接在Visual Studio Installer的Individual components选项中搜索并安装Windows SDK。
    2. 修改项目SDK版本 在VSCode中打开项目,找到项目文件夹中的.vcxproj文件,比如图中提到的deasync.vcxproj文件,用文本编辑器打开,找到下面这行代码:
    <WindowsTargetPlatformVersion>10.0.22000.0</WindowsTargetPlatformVersion>
    

    将版本号修改为自己电脑中已安装的Windows SDK版本号,保存修改。 3. 修改环境变量 检查电脑的环境变量是否正确配置,需要保证Windows SDK的路径正确配置在环境变量中,可以按Win+R打开运行对话框,输入环境变量管理器名称“rundll32.exe sysdm.cpl,EditEnvironmentVariables”后确认打开环境变量管理器,找到Path变量,添加Windows SDK路径,例如C:\Program Files (x86)\Windows Kits\10\bin\10.0.22000.0。 参考代码: 修改.vcxproj文件中的WindowsTargetPlatformVersion版本号。 修改环境变量需要在操作系统中进行配置。

    评论

报告相同问题?

问题事件

  • 已结题 (查看结题原因) 4月6日
  • 创建了问题 4月5日

悬赏问题

  • ¥15 用verilog实现tanh函数和softplus函数
  • ¥15 Hadoop集群部署启动Hadoop时碰到问题
  • ¥15 求京东批量付款能替代天诚
  • ¥15 slaris 系统断电后,重新开机后一直自动重启
  • ¥15 QTableWidget重绘程序崩溃
  • ¥15 谁能帮我看看这拒稿理由啥意思啊阿啊
  • ¥15 关于vue2中methods使用call修改this指向的问题
  • ¥15 idea自动补全键位冲突
  • ¥15 请教一下写代码,代码好难
  • ¥15 iis10中如何阻止别人网站重定向到我的网站