I tried using Boost regex in my cpp project. I have followed the steps listed in http://www.technical-recipes.com/2014/how-to-use-the-boost-compiled-libraries-in-windows/
Then I just wrote
#include "boost/regex.hpp"
in my cpp file in my project. Then when I run 'make' in that directory I got the following error.
cannot open include file: 'boost/regex.hpp': No such file or directory
Note: I was not using a new solution in visual studio. I tried this in an existing solution by adding the includes and libraries in project properties (followed the instructions in the above link)