<div dir="ltr"><div>I am using Windows 8 x64, Visual Studio Ultimate 2012, cmake 2.8.11.1. </div><div><br></div><div>I am trying to build ITK 4.4.0 (with Module_ITKVtkGlue and Fetch_SCIFIO set to &quot;ON&quot;). All other options are unchanged. I extract ITK files to &quot;D:\InsightToolkit-4.4.0&quot; and set the build folder to &quot;D:\InsightToolkit-4.4.0\Build&quot;. Then i use cmake to generate the solution files without any problem. Then i open solution file in Visual Studio, change configuration to &quot;Release&quot; and select the &quot;ALL_BUILD&quot; project and select &quot;Build&quot;. After an hour or so, it shows </div>
<div>&quot;========== Build: 460 succeeded, 276 failed, 0 up-to-date, 0 skipped ==========&quot;. </div><div>If i scroll up, i find the following error countless times </div><div>&quot;LINK : fatal error LNK1181: cannot open input file &#39;..\..\lib\Release\ITKVtkGlue-4.4.lib&#39;&quot;. </div>
<div><br></div><div>There is no &quot;ITKVtkGlue-4.4.lib&quot; in &quot;P:\InsightToolkit-4.4.0\Build\lib\Release&quot;. I can not figure out why it is not being built, if anyone has any clue what might be causing this issue or how to resolve it that would be great.</div>
<div><br></div><div>How i built VTK:<br></div><div>I extracted VTK source files to &quot;D:/VTK6.0.0&quot; and set its build folder to &quot;D:/VTK6.0.0/Build&quot; and built it without any problem. I have set the following path variables</div>
<div>1. VTK_DIR = D:\VTK6.0.0</div><div>2. I have added &quot;%VTK_DIR%\Build\bin\Release&quot; to system PATH variable</div><div><br></div><div>I am using Fetch_SCIFIO because i need to read &quot;.ome.tiff&quot; and &quot;.czi&quot; files and ITKVtkGlue so that i can view the images once they are read.</div>
</div>