includePath in c_cpp_properties.json not working in …
https://stackoverflow.com/questions/61079599/includepath-in-c-cpp-properties-json-not-working-in-vscode-for-c
The c_cpp_properties.json controls, among other things, where intellisense in the IDE resolves include files. The IDE and the build tasks are independent things and as a result, configured and operate independently in VS Code. The solution to your problem is to add the include path to your tasks.json file, as follows: Reviews: 4
Reviews: 4
DA: 53 PA: 68 MOZ Rank: 86