在vscode中包含路径无法正常工作...找不到文件

时间:2016-12-12 08:07:55

标签: c visual-studio-code include-path

我在vscode中使用了cpptools扩展名。

我使用了Win32配置:

enter image description here

我的c_cpp_properties.json是:

{
    "configurations": [
        {
            "name": "Mac",
            "includePath": ["/usr/include"]
        },
        {
            "name": "Linux",
            "includePath": ["/usr/include"]
        },
        {
            "name": "Win32",
            "includePath": ["C:/Program Files (x86)/PICC/Devices"]
        }
    ]
}

但是,在我的代码中......

enter image description here

在我的PICC / Devices文件夹中:

enter image description here

我该如何解决?

请帮帮我:(

0 个答案:

没有答案