<div dir="ltr"><div class="" itemprop="text">I followed instructions in <a href="http://www.itk.org/Wiki/ITK/Configuring_and_Building/VisualStudio">http://www.itk.org/Wiki/ITK/Configuring_and_Building/VisualStudio</a> but I'm using Studio 12 (which is VC11?).<br><br>I used cmake GUI, which seemed to generate all the visual studio projects. Note, to save time, as per the recommendations in the above link, I didn't generate the test or examples. I loaded ITK.SLN, from the top level of cmake-guis target, into VS and it ran saying it had no errors.<br><br>However, when I go to where it generate the libs there is no ITKMathematicalMorphology.lib.<br><br>One of the projects listed in Visual Studio is ITKMathematicalMorphology-all. It apparently has no source code (the ITKMathematicalMorphology-all project has no Source Files section). According to ITKs That library has a function (or whatever) called <a href="http://www.itk.org/Doxygen/html/classitk_1_1GrayscaleFillholeImageFilter.html">GrayscaleFillholeImageFilter </a>but there is no file in the entire build directory tree (cmake-gui's target) with that string. <br><br></div><div class="" itemprop="text">Even if it's all somehow templated away, shouldn't some header or whatever file have GrayscaleFillholeImageFilter(otherwise what does it mean to list it)<br><br></div><div class="" itemprop="text">Thanks<br></div></div>