So I have two projects, A and B, where B is dependent on A (A is a library, while B is a console application). A uses the boost library, and has been configured to include the header and library files, but B has not.
Visual studio throws an error saying the Boost Header files cannot be found (in project B). For example:
error C1083: Cannot open
…