<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hi,<BR>
I want to compile Image1.ccx in ITK/Examples/Image/ . This code needs "itkImage.h" :<BR>
&nbsp;<BR>
<DIV>#include&lt;itkImage.h&gt;</DIV>
<DIV>void main(){</DIV>
<DIV>..... other instructions</DIV>
<DIV>}<BR></DIV>
&nbsp;<BR>
But the problem is that when I compile (Build) this file, the compiler can't find "itkImage.h".To remedy this problem I tried to add ITK/Code/Common to the search path of VC++ (v.6) in Tools-&gt;Options-&gt;Directories. But when I recompile it, this time the compiler cann't find anothe file. I tried to add the path of that file, too. But it seems that there are many other files that must be added to the search path. But how can I add automatically the address of all necessary folder to the search path of VC++. What do you think? Thanks<BR>
BRs,<BR>
Hadi<BR><br /><hr /> <a href='' target='_new'></a></body>
</html>