Dear boosters!
I have a problem installing boost libraries as a relative path to project's
include directories. MSVC has 2 options to install libraries:
- globally for every C++ project
- locally for a single project (specified in project settings)
My intention is to install Boost locally, since this way any other developer
is able to check-out the project from the source control system and without
setting paths or global directories in MSVC start using the project. I have
successfully compiled boost libs and copied include and lib directories into
the proper place. Afterwards I tried to include