使用vscode打开C项目时,vscode无法找到头文件路径,提示:configure includePath for better intellisense results

解决:
编辑~/.vscode/c_cpp_properties.json
ctrl + shift + p,键入C/Cpp : Edit Configurations,这样就打开了配置文件), 在includePath字段添加头文件的路径即可

参考
Visual Studio Code includePath

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-11
  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2021-11-21
  • 2022-12-23
相关资源
相似解决方案