The best way to configure the standard headers for your project is by setting the compilerPath
property to the configurations in your c_cpp_properties.json
file. It is not recommended to add system include paths to the includePath
property.
Another option if you prefer not to use c_cpp_properties.json
is to set the C_Cpp.default.compilerPath
setting.