One way to debug this is to build ITK with just the components you declared as your dependencies. In CMake, turn off ITK_BUILD_DEFAULT_MODULES
, and group Core, then enable these individual modules. Does your project build against such trimmed-down ITK?