vscode:如何解决”检测到include错误,请更新includePath“

vscode:如何解决"检测到include错误,请更新includePath"

  • 前言
  • 解决办法
    • [1 获取includePath路径](#1 获取includePath路径)
    • [2 将`includePath`路径添加到指定文件](#2 将includePath路径添加到指定文件)
    • [3 保存](#3 保存)

前言

配置vscode是出现如下错误:

解决办法

1 获取includePath路径

通过cmd打开终端,输入如下指令:

c 复制代码
gcc -v -E -x c -

下面框框中的就是includePath路径了!

2 将includePath路径添加到指定文件

VSCode按Ctrl+Shift+P,搜索c/c++:Edit Configurations(JSON)

加前面查找到的路径添加到该文件中

3 保存

最后将该文件关闭,保存文件配置后刷新就可以了!

相关推荐
hakesashou1 小时前
在vscode中编写Python的详细步骤
ide·vscode·python
LLLuckyGirl~1 小时前
node.js内置模块之---buffer 模块
linux·编辑器·vim
Spiffo_Sir9 小时前
【Spiffo】排障:VsCode报错“过程试图写入的管道不存在”(网络环境正常且地址正常的情况下依然出现)
网络·ide·vscode
取个名字真难呐12 小时前
pycharm pytorch tensor张量可视化,view as array
ide·pytorch·pycharm
deyong102417 小时前
vscode实用插件(持续更新)
ide·vscode·编辑器
匹马夕阳18 小时前
安装Anaconda搭建Python环境,并使用VSCode作为IDE运行Python脚本
ide·vscode·python
布兰妮甜19 小时前
VSCode 插件全解析:解锁编码新维度
ide·vscode·编辑器
小远披荆斩棘19 小时前
Mac中配置vscode(第一期:python开发)
vscode·python·macos
ad转化器19 小时前
VSCode设置ctrl或alt+mouse(left)跳转
ide·vscode·编辑器
what_201820 小时前
idea无法安装插件
java·ide·intellij-idea