Hi Benedikt,<br>I ran into similar problem, I used the ITKVTK glue to install the additional directories required, still the problem persists, somehow the include library wasnt there in the path. I searched for the header file &quot;itkImageToVTKImageFilter.h&quot; and found it in C:\InsightApplications\Auxiliary\vtk\   (depending on where you installed it). You could add the path of this directory when you declare the header file in your program and it might just work fine. I know its not a perfect solution but you can give it a shot.<br>

<br>Cheers,<br>Srikanth<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Date: Tue, 17 Jul 2012 15:15:09 +0200<br>
From: Benedikt Thelen &lt;<a href="mailto:benedikt.thelen@istb.unibe.ch">benedikt.thelen@istb.unibe.ch</a>&gt;<br>
Subject: [Insight-users] ITK to VTK (ITK ver. 3.20)<br>
To: <a href="mailto:insight-users@itk.org">insight-users@itk.org</a><br>
Message-ID:<br>
        &lt;CACmia9ZKueqvBq4nzAe9dWSBef2MkbvcTV7jvOjGY7Yskf=<a href="mailto:S1g@mail.gmail.com">S1g@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
Hi<br>
I&#39;m new to ITK so please forgive the apparent simplicity of my<br>
question. We have a project which uses ITK 3.20 (I can&#39;t change to<br>
4.x). I want to convert an ITK image to VTK. I found a lot of pages<br>
which show how to use the itk::ImageToVTKImageFilter.<br>
<br>
Unfortunately when I implement this code i receive the error<br>
<br>
<br>
Error   205     fatal error C1083: Cannot open include file:<br>
&#39;itkImageToVTKImageFilter.h&#39;: No such file or directory<br>
<br>
I tried to reconfigure itk so it will include the wrapitk package,<br>
which is not recommended (CMake warning).<br>
<br>
Is there any intelligent way to connect a itk pipeline to a vtk<br>
pipeline or simply to convert an itk image to vtk, again this has to<br>
be for itk 3.20.<br>
<br>
Thanks for your time<br>
<br>
Benedikt Thelen<br>
<br>
<br>
--<br>
--------------------------------------------------------------------------------------------------<br>
--------------------------------------------------------------------------------------------------<br>
Benedikt Thelen, Bsc CS, Research Assistant<br>
--------------------------------------------------------------------------------------------------<br>
Contact:<br>
Benedikt Thelen<br>
University of Bern<br>
Institute for Surgical Technology &amp; Biomechanics<br>
Stauffacherstr. 78<br>
CH-3014 Bern<br>
<br>
phone <a href="tel:%2B41%20%280%2931%20631%205920" value="+41316315920">+41 (0)31 631 5920</a><br>
<br>
E-M@il:<br>
<a href="mailto:benedikt.thelen@istb.unibe.ch">benedikt.thelen@istb.unibe.ch</a><br>
-------------------------------------------------------------------------------------------------------<br>
-------------------------------------------------------------------------------------------------------<br>
<br>
</blockquote></div><br>