I've imported the boost library files into my project, the issue is VS studio is not recognizing the files based on the default include directory locations. I can go into properties->config properties->C/C++->General->add include directories ... but it is a pain to do so for so many directories.
VS Code tells me to install vcpkg ... what's the easiest means of including the dependencies without reconfiguring directory settings?
ie: Using this default location for all boost files.
#include <boost/math/special_functions/bessel.hpp>