> I have the itkmesh.h included Should be itkMesh.h. > itkMesh* vtkMeshToITKMesh(vtkPolyData* vtkMesh); Should be at least itk::Mesh<PixelType> Note that ITK has everything in the 'itk' namespace, versus VTK's 'vtk' prefix on all of its classes. David