Here is how I was able to use Boost:
- Download and extract the zip version of Boost libraries.
- Run bootstrap.bat file and then run bjam.exe.
- Wait for roughly 30 minutes or so.
- Create a new project in Visual Studio.
- Go to project-->properties-->Linker-->General-->Additional Library Directories and add boost/stage/lib directory to it.
- Go to project-->properties-->C/C++-->General-->Additional Include Directories and add boost directory to it.
You will be able to build your project without any errors !