<div>Hello everyone, i am very new to insight and C++. This might be a very stupid question, but I couldn't get hello world to compile. I followed what the documentation of Insight and CMake said, however, whenever I compile 
HelloWorld.dsw under&nbsp; C:\Insight\InsightToolkit-2.6.0\Examples\Installation, it gives me this error on MS Visual Studio 6:</div>
<div>
<p><strong>Compiling...<br>HelloWorld.cxx<br>c:\insight\insighttoolkit-2.6.0\examples\installation\helloworld.cxx(10) : fatal error C1083: Cannot open include file: 'itkImage.h': No such file or directory<br>Error executing 
cl.exe.</strong></p>
<p><strong>HelloWorld.exe - 1 error(s), 0 warning(s)</strong></p>
<p>Then I decided to copy cMakelist.txt and HelloWorld.cxx to a new directory, C:\Insight\InsightToolkit-2.6.0\Examples\xiaoming_1, when I try to compile HelloWorld.dsw in that directory, this is the error that I get:</p>

<p><strong>--------------------Configuration: HelloWorld - Win32 Debug--------------------<br>Linking...<br>LINK : fatal error LNK1104: cannot open file &quot;ITKCommon.lib&quot;<br>Error executing link.exe.</strong></p>

<p><strong>ALL_BUILD - 1 error(s), 0 warning(s)</strong></p>
<p>I am hoping I can get some advice on solving this problem. Thank you and have a great weekend</p>
<p>Sincerely</p>
<p>Xiaoming</p></div>