Hello. I am using the Boost library for my program. I am currently running Microsoft visual studio 2010. My program has been running fine for a couple months with the boost library. However, starting yesterday I get the following message:
Error 1 error C1083: Cannot open include file: 'boost/random/normal_distribution.hpp': No such file or directory
I get the same error for all the boost files. I checked my boost folder and it seems fine. I have made sure that the boost library directory is included in my main program by doing Properties>C/C++>General>Additional Include Directories then selecting the location of my library. But still no luck. Any suggestions??