当前位置:网站首页>解决方案:VS2017 无法打开源文件 stdio.h main.h 等头文件[通俗易懂]
解决方案:VS2017 无法打开源文件 stdio.h main.h 等头文件[通俗易懂]
2022-07-02 18:37:00 【全栈程序员站长】
大家好,又见面了,我是你们的朋友全栈君。
问题描述:
在VS2017中运行解决方案是有错误:“E1696 无法打开 源 文件 “stdio.h” ”…
原因:
这种问题一般发生在该项目代码是在网上下载而来的情况,或者电脑重装新的系统等情况,导致电脑系统与该项目生成时所采用的windows SDK 不同,从而在默认的位置(已发生变化)找不到许多源文件。
解决方案:
1. 在C++项目处(示例为“Fibonacci”),鼠标右击,弹出的菜单中左击选择“属性”。
2. 单击 “属性” 后,弹出以下对话框,找到并单击 “常规” ,找到“windows SDK 版本 ”在下拉选项中选择该电脑的windows SDK 版本(示例项目中默认的为8.1,应选择10.0.17134.0(我的电脑为Win10))即可。
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/148664.html原文链接:https://javaforall.cn
边栏推荐
- In pytorch function__ call__ And forward functions
- Getting started with typescript
- 数据降维——因子分析
- golang:[]byte转string
- 452-strcpy、strcat、strcmp、strstr、strchr的实现
- 电脑使用哪个录制视频软件比较好
- Tutorial (5.0) 10 Troubleshooting * fortiedr * Fortinet network security expert NSE 5
- Golang:[]byte to string
- Golang concurrent programming goroutine, channel, sync
- [error record] problems related to the installation of the shuttle environment (follow-up error handling after executing the shuttle doctor command)
猜你喜欢
![[error record] problems related to the installation of the shuttle environment (follow-up error handling after executing the shuttle doctor command)](/img/c1/a00425f2e1824a50644c8fbb15fe38.jpg)
[error record] problems related to the installation of the shuttle environment (follow-up error handling after executing the shuttle doctor command)

Yolov3 trains its own data set to generate train txt

AcWing 342. 道路与航线 题解 (最短路、拓扑排序)

Markdown基础语法

Machine learning notes - time series prediction research: monthly sales of French champagne

搭建哨兵模式reids、redis从节点脱离哨兵集群

注解开发方式下AutowiredAnnotationBeanPostProcessor的注册时机

Reading notes of "the way to clean structure" (Part 2)

Quanzhi A33 uses mainline u-boot

《架构整洁之道》读书笔记(下)
随机推荐
golang:[]byte转string
"Patient's family, please come here" reading notes
《重构:改善既有代码的设计》读书笔记(上)
zabbix5客户端安装和配置
AcWing 1127. 香甜的黄油 题解(最短路—spfa)
Getting started with typescript
Yunna | why use the fixed asset management system and how to enable it
[error record] problems related to the installation of the shuttle environment (follow-up error handling after executing the shuttle doctor command)
4274. 后缀表达式-二叉表达式树
数据降维——主成分分析
思考变量引起的巨大变化
MySQL advanced (Advanced) SQL statement
4274. Suffix expression - binary expression tree
metric_ Logger urination
Mobile robot path planning: artificial potential field method [easy to understand]
数据湖(十二):Spark3.1.2与Iceberg0.12.1整合
GMapping代码解析[通俗易懂]
2022.7.1-----leetcode. two hundred and forty-one
[pytorch learning notes] tensor
Emmet基础语法