New to ITK, facing 2 errors while compiling

Sir,
I am new to ITK 4.13.0 software and using Cmake 3.10.2 to build itk but facing 2 errors while configuring it.
Two errors are as follows

  1. CMake Error at Modules/ThirdParty/VNL/src/vxl/config/cmake/config/VXLIntrospectionConfig.cmake:501 (message):
    Compiler must have #include
    2)Call Stack (most recent call first):
    Modules/ThirdParty/VNL/src/vxl/CMakeLists.txt:183 (include)
    Configuring incomplete, errors occurred!
    Please help me through it.
    Thank you.

Which compiler are you using?

SDK compiler version 10.0.16299.0

I have not heard of “SDK compiler”. There is a list of compilers on Wikipedia. You might be confusing it with Windows SDK, which is mostly a collection of headers and libraries and does not include a compiler. And if you are trying to compile ITK without a compiler, of course it is not going to work :smiley:

I have split this new conversion from the original, unrelated topic.

1 Like