I\'m using Visual Studio 2008, and writing some stuff in C++. I\'m using a Boost library (that is not header only).
So, linking to Boost requires one to add
Adding the Boost paths to "Visual C++ Directories" should work.
You should add include path
(no boost at the end)
and library path
(bin.v2 is a stage dir that could be different in you case).
Personally, I store boost sources in my source control and use relative paths in project settings.