c_cpp_properties.json
only affects hints in the editor, not the actual compilation. You want to add -Iinclude
to your tasks.json
if you're using one.
c_cpp_properties.json
only affects hints in the editor, not the actual compilation. You want to add -Iinclude
to your tasks.json
if you're using one.