Multiple include errors generated when use cmake-tools as a configuration provider for cpptools #7009
Answered
by
sean-mcmanus
Matt Whitaker (M-Whitaker)
asked this question in
Q&A
|
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)
|
Answered by
sean-mcmanus
Feb 22, 2021
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. |
3 replies
Answer selected by
M-Whitaker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.