I’m using VS2017 + VisualGDB 5.4r3 to build a CMake project.
The project uses a customized Clang/LLVM to build it. The customized Clang/LLVM is installed to ~/opt/wasm, and it uses libstdc++ headers in /usr/include.
The intellisense complains “could not find signal.h and other 62 files”. Even standard c/c++ header files like “algorithm”, “atomic” etc. are not found.
In the VisualGDB settings of this project, navigate to “Intellisense Directories” dialog, I add “/usr/include/c++/5.4.0” through “Edit Remote Cache”, but “/usr/include/c++/5.4.0” doesn’t appear in the “Intellisense Directories” ListView.
How can I let the Intellisense find libstdc++ header files?
Thanks.
Attachments:
You must be
logged in to view attached files.