-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Feature: ConfigurationAn issue related to configuring the extension or IntelliSenseAn issue related to configuring the extension or IntelliSenseLanguage ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.insidersCurrently only repros with our latest Insiders release.Currently only repros with our latest Insiders release.
Milestone
Description
...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
Labels
Feature: ConfigurationAn issue related to configuring the extension or IntelliSenseAn issue related to configuring the extension or IntelliSenseLanguage ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.insidersCurrently only repros with our latest Insiders release.Currently only repros with our latest Insiders release.