<div class="gmail_quote">On Fri, Aug 31, 2012 at 3:32 AM, jay chen <span dir="ltr">&lt;<a href="mailto:jaychen1116@gmail.com" target="_blank">jaychen1116@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dear experts:<br>
<br>
         I am learning to use registration in ITK<br>
((InsightToolkit-4.1.0) and got the following error message:<br>
<br>
D:\home_ITK_VTK_Cmake\src\ImageRegistration2\ImageRegistration2.cxx(1):<br>
fatal error C1083: Cannot open include file:<br>
&#39;itkImageRegistrationMethod.h&#39;: No such file or directory<br>
<br>
       I found the file but which directory I should copy this file<br>
to?  Thanks for help.<br>
<br>
                                 Best Regards<br>
                                 Jay Chen<br></blockquote><div><br></div>It sounds like you have not setup your include path correctly. You certainly should not need to copy any files anywhere.<div><br></div><div>Please read this page about how to build projects with ITK:</div>
<div><a href="http://www.itk.org/Wiki/ITK/Examples/Instructions/ForUsers">http://www.itk.org/Wiki/ITK/Examples/Instructions/ForUsers</a></div><div><br></div><div>Every example on the wiki has an associated CMakeLists.txt file (they are all nearly identical) - you should start by trying to compile an example, say this one: </div>
<div><a href="http://www.itk.org/Wiki/ITK/Examples/SimpleOperations/WidthHeight">http://www.itk.org/Wiki/ITK/Examples/SimpleOperations/WidthHeight</a><br clear="all"><br></div><div>David </div></div><br>