Hi,<div><br></div><div>I am trying to setup ITK for Visual Studio 2010. </div><div><br></div><div>However, I am having trouble with &quot;itksys-4.1.lib&quot;. Here is what I did :</div><div><br></div><div>I have created a seperate source and bin directory. For the source directory, I have pasted the contents of <i>&#39;InsightToolkit-4.1.0&#39; </i>into it<i>. </i>Whereas the bin directory is empty to begin with. Then I opened CMake and gave it the paths for the src and bin directories respectively. First, I clicked Configure, then Generate. I unchecked 3 checkboxes that were checked by default : Build_Test, Build_All_Modules and Build_Examples<i> </i>before I hit Generate. </div>
<div><br></div><div>The first problem I face is when I open the ITK.sln file inside the bin folder. Opening the .sln file loads 824 projects, which are a lot many and cause my Visual Studio to either crash or respond excruciatingly slowly.</div>
<div>I try to build the project &#39;AllBuild&#39;, but I dont even see a build log get generated. Literally, nothing happens, it just says Build Started and doesnt say anything after that even after 2 hours. <br>I cancelled the build then, and tried to run the HelloWorld program.</div>
<div>As mentioned in the software guide, I copy pasted the &#39;CMakeLists.txt&#39; and HelloWorld.cpp files into a new src directory. Then I started CMake. Gave the path of this src directory and the path of another empty bin directory, and got it configured and generated.</div>
<div>Then, I opened the HelloWorld.Sln file. But when I try to build it, I get the error : &quot;LINK : fatal error LNK1181: cannot open input file &#39;F:\ITK\bin\lib\Release\itksys-4.1.lib&#39;&quot;</div><div><br></div>
<div>Can someone please help me see what I am doing wrong? At this point I am only trying to run HelloWorld.</div><div><br></div><div>Appreciate your help,</div><div>Pratik</div><div><br></div>