Installing pcl 1.8.1 boost under vs2017 always reports a lot of errors, how to solve it?

clipboard.png

clipboard.png

are all problems in boost.

Oct.27,2021

it is recommended to use the CPP library manager written by Microsoft Vcpkg

it only takes one sentence to install the boost library with vcpkg management

vcpkg install boost boost:x64-windows

you can import header files directly without any configuration in, Visual Studio

Menu