- Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Language 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.
Description
Hi there,
I'm developing using VSCode 1.14.1, ms-vscode.cpptools 0.12.0
I've problem using TDM GCC 5.1 - everything works fine except Intellisense with Boost. After including boost to my project, it's #include
squiggles with intrin.h not found error. So I've switched intellisense mode to clang-x64 and now squiggles changed to termios.h. My include & browse paths look like this:
"D:/prg/kompilatory/TDM-GCC/include", "D:/prg/kompilatory/TDM-GCC/lib/gcc/mingw32/5.1.0/include", "D:/prg/kompilatory/TDM-GCC/lib/gcc/mingw32/5.1.0/include/c++", "D:/prg/kompilatory/TDM-GCC/lib/gcc/mingw32/5.1.0/include/c++/mingw32", "D:/prg/kompilatory/TDM-GCC/lib/gcc/mingw32/5.1.0/include/c++/tr1", "D:/prg/kompilatory/TDM-GCC/include", "D:/prg/libs/wxWidgets-3.0.3/include", "D:/prg/libs/wxWidgets-3.0.3/lib/gcc_lib/mswu", "D:/prg/libs/boost_1_64_0"
Problems disappear if I don't use boost, but I guess that's not really a solution. ;)
Metadata
Metadata
Assignees
Labels
Language 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.