installed the C++ boost library using vcpg.
Now all the squiggles marks have disappeared in my VS Code document. So the path should be recognised by VS Code.
However, when I run my cpp code in VS Code using Code Runner (0.9.16), I have the following message:
Mycode.cpp:8:11: fatal error: boost/iterator/iterator_facade.hpp: No such file or directory
8 | #include <boost/iterator/iterator_facade.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
How should I configure Code Runner (or else) so it finds the correct path?