- I download the last version of boost.
- I built binaries by executing "bootstrap" and "./b23
- I added the include directory "$(SolutionDir)libboost_1_75_0" and linked the binary one "$(SolutionDir)libboost_1_75_0stagelib"
Everything compiles and works fine. I have a problem that prevents me from being productive: VS is unable to recognize libraries… Here a picture:
Why intelisense unable tor ecognize the library, but is able to work?
[EDIT 1]Thanks,
Source: Windows Questions C++
