
Below is part of my c_cpp_properties.json. "C:/MinGW/lib/gcc/mingw32/6.3.0/include-fixed",Ībove are the include statements. I changed intelliSenseMode to "clang-圆4" then put some file paths in "browse": "C:/MinGW/lib/gcc/mingw32/6.3.0/include", Once you do that and refresh vs code, the squiggles will still appear, but now you have the option to add includePaths. json file by clicking on the yellow light bulb beside the error squiggles.įind "browse" then under "path", add the paths for the include. Not sure if it's the same for other operating systems and other compilers but here's how to configure C++ IntelliSense it with MinGW and windows: In case of a Multi-root Workspace, workspace settings are located inside the workspace configuration file. Still if it works, it works.Įssentially, you want to add your include paths to your c_cpp_properties.json found from the. I've managed to get IntelliSense to work but important disclaimer, I barely have an understanding of how this works and mostly copied and pasted other people's files.
