VTK-9.3 VTK.sln build failed

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.

3 Likes