I would suspect that you are missing the requisite VTK module in your find_package(VTK COMPONENTS ...)
for your CMakeList.txt
for your example.
Perhaps it is called PoissonReconstruction
You could also try running VTK/Utilities/Maintenance/FindNeededModules.py
- follow the instructions at the top of this script.