<div dir="ltr"><div><div><div>Hi there,<br></div>it's because your compiler is unable to locate that file. If you are using Visual Studio and see the project properties you should see that the location of that file is not included among the include files.<br>
<br></div>Using CMake will save you time with these issues. It takes care of setting up all necessary dependencies (pointing to the header file locations and library dependencies for the linker, among others) so that you can invest more effort in developping your code.<br>
<br></div>Kind regards,<br>JON HAITZ<br><br><div><div><div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On 25 April 2014 20:32, Med SWEng <span dir="ltr"><<a href="mailto:medcompsweng@gmail.com" target="_blank">medcompsweng@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hello,<br><br></div>I'm following the "Hello World!" example in the ITK software guide, but, got the following error:<br>
<br>helloworld\helloworld\helloworld.cpp(5): fatal error C1083: Cannot open include file: 'itkImage.h': No such file or directory<br>
<br></div>Why is that?<br><br></div>Thanks.<br></div>
<br>_______________________________________________<br>
Community mailing list<br>
<a href="mailto:Community@itk.org">Community@itk.org</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/community" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/community</a><br>
<br></blockquote></div><br></div></div></div></div></div></div></div>