Skip to content

cannot open source file ".... .h"  #61

@Spider84

Description

@Spider84

C/C++ IntelliSense code Analizer can't find Include directory of SDCC.
image
This warning can be fixed by Adding line in c_cpp_properties.json to includePath section.
But this file AUTO-GENERATED changes will be lost. How to add this line automaticly?

//
// !!! WARNING !!! AUTO-GENERATED FILE!
// PLEASE DO NOT MODIFY IT AND USE "platformio.ini":
// https://docs.platformio.org/page/projectconf/section_env_build.html#build-flags
//
{
    "configurations": [
        {
            "name": "PlatformIO",
            "includePath": [
                "C:/Users/Spider/.platformio/packages/toolchain-sdcc/include",
                ...,
                ""
            ],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions