Hi everyone,<br><br>Now, I am compiling and running examples in data representation section. I followed the same steps which was said about "Hello World" for "image" project. The problem is that Cmake does not show itk_lib path in its configuration window and I can't find any way to add this missed term. The configuration process proceeded without any error messages, but when I wanted to build project in Visual c++ 2008, the following error message was displayed:<br>
<br><span style="color: rgb(51, 102, 255);">1>------ Build started: Project: Image1, Configuration: Debug Win32 ------</span><br style="color: rgb(51, 102, 255);"><span style="color: rgb(51, 102, 255);">1>Compiling...</span><br style="color: rgb(51, 102, 255);">
<span style="color: rgb(51, 102, 255);">1>Image1.cxx</span><br style="color: rgb(51, 102, 255);"><span style="color: rgb(51, 102, 255);">1>..\..\..\..\..\..\Sources\InsightToolkit-3.4.0\Examples\DataRepresentation\Image\Image1.cxx(36) : fatal error C1083: <span style="color: rgb(255, 0, 0);">Cannot open include file: 'itkImage.h': No such file or directory</span></span><br style="color: rgb(51, 102, 255);">
<span style="color: rgb(51, 102, 255);">1>Build log was saved at "file://c:\D\workspaces\insight-itk3.4.0\projects\datarepresentation\image\binary\Image1.dir\Debug\BuildLog.htm"</span><br style="color: rgb(51, 102, 255);">
<span style="color: rgb(51, 102, 255);">1>Image1 - 1 error(s), 0 warning(s)</span><br style="color: rgb(51, 102, 255);"><span style="color: rgb(51, 102, 255);">========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========</span><br style="color: rgb(51, 102, 255);">
<br><br><br>I will be thankful if you could tell me how to solve the problem.<br><br>Bests... Mostafa<br><br><br>