@amaclean checked grouped and advanced, put the VTK_MODULE_ENABLE_VTK_PoissonReconstruction and VTK_MODULE_ENABLE_VTK_Powercrust to WANT
then configure, generate, then opened VTK.sln in visual studio, built the All Build and then built the Install.
both successfull with no failed packages.
then when I want to build the example again it fails with error:
PoissonExtractSurface\PoissonExtractSurface.cxx(11,10): fatal error C1083: Cannot open include file: ‘vtkPoissonReconstruction.h’: No such file or directory
Is there something I should consider?