[ITK] Following the example in the ITK software guide, but...

Jon Haitz Legarreta jhlegarreta at vicomtech.org
Fri Apr 25 15:28:47 EDT 2014


Hi there,
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.

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.

Kind regards,
JON HAITZ


On 25 April 2014 20:32, Med SWEng <medcompsweng at gmail.com> wrote:

> Hello,
>
> I'm following the "Hello World!" example in the ITK software guide, but,
> got the following error:
>
> helloworld\helloworld\helloworld.cpp(5): fatal error C1083: Cannot open
> include file: 'itkImage.h': No such file or directory
>
> Why is that?
>
> Thanks.
>
> _______________________________________________
> Community mailing list
> Community at itk.org
> http://public.kitware.com/cgi-bin/mailman/listinfo/community
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/community/attachments/20140425/e3bf86ca/attachment-0002.html>


More information about the Community mailing list