Hi Ankit, <br>
<br>
Note that it is not iktImageFileReader<br>
but itkImageFileReader. Small typo there <br>which is making the compiler complain :) <br>
<br>
Cagatay <br><br><div class="gmail_quote">On Tue, Nov 8, 2011 at 7:26 AM, ankit master <span dir="ltr">&lt;<a href="mailto:ankit.master@gmail.com">ankit.master@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;">
Hello, <div><br></div><div>I am relatively new to ITK so please bear with my dumb question. I successfully installed ITK, VTK and ITKApplications, I am trying to build a simple example where I am reading in an image and trying to display it, </div>


<div><br></div><div>so I included the following libs to my program </div><div><br></div><div><div>#include &quot;itkImage.h&quot;</div><div>#include &quot;iktImageFileReader.h&quot;</div><div>#include &quot;itkImageToVTKImageFilter.h&quot;</div>


<div><br></div><div><br></div><div>when I try to build my program I get the following error message </div><div><br></div><div>1&gt;..\myProject\myProject.cxx(3) : fatal error C1083: Cannot open include file: &#39;iktImageFileReader.h&#39;: No such file or directory</div>


<div><br></div><div><br></div><div><br></div><div>I tried to look up online and somewhere it was mentioned that itkImageFileReader must be present in ITKApplications/Auxillary/vtk./ folder ( which i should copy from this folder into the folder where I have my application code) , when I look into that folder I do not find the file I am looking for (itkImageFileReader and itkImageFileWriter ) . </div>


<div><br></div><div>Could anyone please help me with finding the files &quot;itkImageFileReader.h&quot; and &quot;itkImageFileWriter.h&quot; </div><div><br></div><div>itkApplication 3.20 </div><div>itk 3.20.1 </div><div>

<br>
</div><div>Thank you in advance. </div><div><br></div><div>Ankit </div><br><br><br>Following is my CmakeList.txt file </div><div><br></div><div><div># This is the root ITK CMakeLists file.</div><div>CMAKE_MINIMUM_REQUIRED(VERSION 2.4)</div>


<div>IF(COMMAND CMAKE_POLICY)</div><div>  CMAKE_POLICY(SET CMP0003 NEW)</div><div>ENDIF(COMMAND CMAKE_POLICY)</div><div><br></div><div><br></div><div># This project is designed to be built outside the Insight source tree.</div>


<div>PROJECT(myProject)</div><div><br></div><div># Find ITK.</div><div>FIND_PACKAGE(ITK REQUIRED)</div><div>INCLUDE(${ITK_USE_FILE})</div><div><br></div><div><br></div><div>#FIND VTK.</div><div>FIND_PACKAGE(VTK REQUIRED)</div>


<div>INCLUDE(${VTK_USE_FILE})</div><div><br></div><div>ADD_EXECUTABLE(myProject myProject.cxx )</div><div><br></div><div>TARGET_LINK_LIBRARIES(myProject ITKCommon ITKIO ITKBasicFilters</div><div>                      vtkRendering vtkGraphics vtkHybrid vtkImaging vtkIO vt</div>


</div><div><br>From the withered tree, a <span>flower</span> blooms.<br>                                                         - Zen<br><br>
</div>
<br>_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br>