I am currently trying to set up dlib on my computer for machine learning purposes.
I have the latest version of Visual Studio Community and the instruction on the project page http://dlib.net/compile.html states
All you need to do is create an empty console project. Then add dlib/all/source.cpp to it and add the folder containing the dlib folder to the #include search path. Then you can compile any example program by adding it to your project.
I did add the source.cpp file to my project. However, I cant figure out how to add the folder to the #include search path.
Would somebody be so kind and enlighten me please?
Thanks in advance