<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">I've been using Visual Studio 10 for a few years without any problems.  Now I have a new machine with Visual Studio 11 (i.e. 2012) installed.  I have built ITK 64-bit, and installed
 it in D:\ITK-VS11-x64.  The ITK environment variable ITK_DIR = D:\ITK-VS11-x64.  When I try to build my programs with the new libraries the build fails with (for example) this message:<br>
<br>
crop.cpp(18): fatal error C1083: Cannot open include file: 'itkImage.h': No such file or directory<br>
<br>
Looking at the Project Properties I see in Additional Include Directories: crop.cpp(18): \include\ITK-4.5<br>
For some reason cmake has not used the ITK_DIR prefix.  In addition I see in Linker > Additional Dependencies that all the ITK libraries are expected to be in D:\ITK-VS11-x64\lib\Release\ - another nonexistent directory, although in this case the ITK_DIR prefix
 has been used.<br>
<br>
This is a bit of a mess.  I presume the problem lies with cmake.  My version is 2.8.12.2, which I would have thought was recent enough - maybe it's too recent.  Has anyone else run into this problem, and is there a solution?<br>
<br>
Thanks<br>
Gib</div>
</body>
</html>