Skip to content

Windows ARM64 (1.1.0-insiders3): Windows SDK paths aren't auto-detected for IntelliSense #6391

@sean-mcmanus

Description

@sean-mcmanus

...this is causing missing include errors when #include <string> etc. are used.

One workaround is to add the paths manually, e.g.

"C_Cpp.default.systemIncludePath": [
        "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Tools\\MSVC\\14.27.29110\\include",
        "C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.18362.0\\um",
        "C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.18362.0\\ucrt",
        "C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.18362.0\\shared",
        "C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.18362.0\\winrt",
        "C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.18362.0\\cppwinrt"
]

Also, the "windowsSDKVersion" in the default c_cpp_properties.json is blank instead of something like "10.0.18362.0".

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature: ConfigurationAn issue related to configuring the extension or IntelliSenseLanguage ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.insidersCurrently only repros with our latest Insiders release.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions