【解决】VSCode在windows下不能打开标准头文件



鼠标放到标准头文件上,VSCode提示一下错误:

#include errors detected. Please update your includePath. IntelliSense features for this translation unit (X:\_09_Linux\_02_程序\work\robot-car\module\tcp_server\drive_tcp_server.c) will be provided by the Tag Parser.
cannot open source file "stdio.h"

放上去有个小灯泡,点灯泡设置路劲。在c_cpp_properties.json添加路劲即可。

[注意]

windows下的路径添加位置在msvc-x64

"intelliSenseMode": "msvc-x64",
"browse": {
"path": [
"X:/LinuxC_Include",
"${workspaceRoot}"
],



免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM