北京地铁建设的网站,清河网站建设设计,不知此网站枉做男人,WordPress理财模板一、问题
cmake已经包含了动态库文件#xff0c;依然提示“检测到 #include 错误。请更新 includePath。”
二、解决方案 Ctrl Shift P进入CPP编辑配置#xff0c;然后在JSON中加入下面一行#xff1a; configurationProvider: ms-vscode.cmake-tools依然提示“检测到 #include 错误。请更新 includePath。”
二、解决方案 Ctrl Shift P进入CPP编辑配置然后在JSON中加入下面一行 configurationProvider: ms-vscode.cmake-tools,
{configurations: [{configurationProvider: ms-vscode.cmake-tools,name: Linux,includePath: [${workspaceFolder}/**],defines: [],compilerPath: /usr/bin/gcc,cStandard: c17,cppStandard: gnu17,intelliSenseMode: linux-gcc-x64,}],version: 4
}重启vscode即可。