Hi, all,<br>
I tried to compile ITK example E:\ITK\InsightApplications-2.4.0\FuzzyConnectedness, outside of InsightApplications-2.4.0. <br>
I configer it in CMake, and open .dsw file in MSVC++6. When I build it, there is one error:<br>
fatal error C1083: Cannot open include file: 'itkImage.h': No such file or directory<br>
<br>
I add ITKCommon to CMakeLists.txt<br>
TARGET_LINK_LIBRARIES(FuzzyConnectedness ...<br>
<br>
This error is figured out. But another error comes:<br>
fatal error C1083: Cannot open include file: 'itkSimpleFuzzyConnectednessScalarImageFilter.h': No such file or directory<br>
<br>
I don't know whether I should add some other ITK lib file to TARGET_LINK_LIBRARIES. But which one?<br>
Or there is some other problem?<br>
<br>
I look forward to seeing some replies.<br>
<br>
Thanks!<br>
<br>
Chunyan<br>