Hello,<br><br>I am using windows 7 and visual studio 2010, and so far I 
had being using Cmake to run my ITK&#39;s projects. But now I am trying to 
find the ITK&#39;s headers file (.h) from visual studio 2010. I have srarted
 to include my basic header files (for example smthing like these files 
&quot;ITKImage.h&quot; and &quot;ITKImageFileReader.h&quot;), but every time I was debugging
 my code, I found a new bug error. This error had to do with .h files 
declarartion (for example there wasn&#39;t any  source file 
&quot;&#39;vnl/vnl_config.h&quot;, and I should put in its place the &quot;vnl_config.h&quot; ).
 I corrected many of this bugs but I didn&#39;t manage to finally correct 
all the source coe, because I think all of these changes destroyed my 
source code.<br>
<br>I would like to know what is the reason of using Cmake to run the ITK code? Has it to do with this problem that I had faced?<br><br>Thanks