A question at helloworld

I’m so sorry.
It seemed that I have a question when i do it at vs2019.
Could someone help me?
Thanks!

You seem to be linking against a release version of ITK. It might make sense if you “installed” ITK. If you switch your HelloWorld project from Debug to Release or RelWithDebInfo mode, it should link correctly.

Best way is to configure HelloWorld using CMake and point to build directory of ITK. If you built ITK in both Debug and Release modes, your project should compile and link in those modes without problem.

Thanks!
I had worked it out.:v:

1 Like

Explaining what your problem was and what fixed it can be useful to people who come across this discussion in the future. Therefore it would be good if you included that too.