I have created a vtkDrillHoleSource.cxx file (similar to vtkLineSource.cxx) that will generate a new Source object in Paraview's menu. <br><br>I can compile the class without error, and link to the class using the DrillHoleSourceParaviewImport.cmake
 file. During the Paraview build, i get the following errors:<br><br>-- Build files have been written to: /root/ParaView-64<br>-- Found existing Tcl, not rebuilding<br>-- Found existing Tk, not rebuilding<br>Building CXX object Servers/Filters/CMakeFiles/vtkPVFiltersCS.dir/vtkDrillHoleSourceClientServer.o
<br>/root/ParaView-64/Servers/Filters/vtkDrillHoleSourceClientServer.cxx:6:32: error: vtkDrillHoleSource.h: No such file or directory<br>/root/ParaView-64/Servers/Filters/vtkDrillHoleSourceClientServer.cxx: In function 'vtkObjectBase* vtkDrillHoleSourceClientServerNewCommand()':
<br>/root/ParaView-64/Servers/Filters/vtkDrillHoleSourceClientServer.cxx:13: error: 'vtkDrillHoleSource' has not been declared<br>/root/ParaView-64/Servers/Filters/vtkDrillHoleSourceClientServer.cxx: In function 'int vtkDrillHoleSourceCommand(vtkClientServerInterpreter*, vtkObjectBase*, const char*, const vtkClientServerStream&amp;, vtkClientServerStream&amp;)':
<br>/root/ParaView-64/Servers/Filters/vtkDrillHoleSourceClientServer.cxx:20: error: 'vtkDrillHoleSource' was not declared in this scope<br>/root/ParaView-64/Servers/Filters/vtkDrillHoleSourceClientServer.cxx:20: error: 'op' was not declared in this scope
<br>/root/ParaView-64/Servers/Filters/vtkDrillHoleSourceClientServer.cxx:20: error: 'vtkDrillHoleSource' is not a class or namespace<br>/root/ParaView-64/Servers/Filters/vtkDrillHoleSourceClientServer.cxx:34: error: 'temp20' was not declared in this scope
<br>/root/ParaView-64/Servers/Filters/vtkDrillHoleSourceClientServer.cxx:66: error: 'temp20' was not declared in this scope<br>/root/ParaView-64/Servers/Filters/vtkDrillHoleSourceClientServer.cxx:77: error: 'temp20' was not declared in this scope
<br>make[2]: *** [Servers/Filters/CMakeFiles/vtkPVFiltersCS.dir/vtkDrillHoleSourceClientServer.o] Error 1<br>make[1]: *** [Servers/Filters/CMakeFiles/vtkPVFiltersCS.dir/all] Error 2<br>make[1]: *** Waiting for unfinished jobs....
<br>make: *** [all] Error 2<br><br>I have both the DrillHoleSource.cxx and .h files in the same directory, yet&nbsp; it claims it cannot find my header file<br><br>Has anyone encountered this problem? <br><br>Thank you <br>-Shawn
<br><br><br><br>