I got the same link error.
The issue can be resolved by the following:
- Locate file: \src\Common\Core\vtkConstantImplicitBackend.h
- Replace "struct VTKCOMMONCORE_EXPORT vtkConstantImplicitBackend final " with “struct vtkConstantImplicitBackend final”. Basically, it is to remove “VTKCOMMONCORE_EXPORT”
- Build again and the issue will disappear.
Hope this could help.