Hi, I&#39;m Marcos Belmonte, from Spain. I have downloaded the examples for the book &quot;The ITK Software Guide&quot; Second edition and I have errors. The steps I follow it&#39;s:<br><br>1)opening Cmake from cygwin, and put the directory of DataRepresenting/Image, for example  and I create a folder for the building.<br>
2)pressing configure and generate<br>3)I use visual C++ so then I go to the build folder and execute the VC++ project, but I have a lot of C1083 errors such as \RGBImage.cxx(21) : fatal error C1083: No se puede abrir el archivo incluir: &#39;itkImage.h&#39;: No such file or directory<br>
It&#39;s true that in the directory when there are the files .cxx there aren&#39;t .h files, but I thought they are found with CMakeLists.txt<br><br>What can I do for solving the problem?<br>Thanks very much.<br>Regards.<br>