Pcl: Lost visualization module after installed by vcpkg

Created on 14 Sep 2020  ·  2Comments  ·  Source: PointCloudLibrary/pcl

I installed pcl by vcpkg, when i'm testing pcl on VS2019 it showed

“pcl/visualization/cloud_viewer.h”: No such file or directory Project1“

and the visualization folder do no exist in C:\dev\vcpkg-master\vcpkg-master\installed\x86-windows\include\pcl

bug cmake visualization feedback windows

Most helpful comment

VCPKG has disabled the visualization module, as we doesn't support VTK9 yet.

You can use CMake to build PCL from source, if you install VTK9 as well and use this pr #4262.

All 2 comments

VCPKG has disabled the visualization module, as we doesn't support VTK9 yet.

You can use CMake to build PCL from source, if you install VTK9 as well and use this pr #4262.

VCPKG has disabled the visualization module, as we doesn't support VTK9 yet.

You can use CMake to build PCL from source, if you install VTK9 as well and use this pr #4262.

THX for your comment.It's really helpful for me.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SunBlack picture SunBlack  ·  3Comments

taketwo picture taketwo  ·  3Comments

rmsalinas picture rmsalinas  ·  3Comments

SiWil picture SiWil  ·  4Comments

Passworteingeben picture Passworteingeben  ·  3Comments