Multiple include errors generated when use cmake-tools as a configuration provider for cpptools #7009
-
Hi, when using CMake Tools as a configuration provider for intelisense etc. I get an issue when the whole of the C/CPP Standard library is not included and therefore I get the error:
#4350 mentions this in detail however never got an answer of what is going wrong... Things I have tried:
My personal setup (Though from looking at others issues I don't think this is the problem)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
We need more repro info. Such as from running the C/C++: Log Diagnostics command. That command should show what include paths, compilerPath, and compilerArgs we're getting from CMake Tools and also what IntelliSense ends up using. |
Beta Was this translation helpful? Give feedback.
We need more repro info. Such as from running the C/C++: Log Diagnostics command. That command should show what include paths, compilerPath, and compilerArgs we're getting from CMake Tools and also what IntelliSense ends up using.