# A question at helloworld

**URL:** https://discourse.itk.org/t/a-question-at-helloworld/2034
**Category:** Beginner Questions
**Created:** [July 11, 2019, 2:51am UTC](https://discourse.itk.org/t/a-question-at-helloworld/2034 "2019-07-11T02:51:52Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![yihongmike](https://discourse.itk.org/letter_avatar_proxy/v4/letter/y/9f8e36/32.png) [@yihongmike](https://discourse.itk.org/u/yihongmike)
#### Post date: [July 11, 2019, 2:51am UTC](https://discourse.itk.org/t/a-question-at-helloworld/2034/1 "2019-07-11T02:51:52Z")

</div>

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

 ![SharedScreenshota](https://discourse.itk.org/uploads/default/original/1X/64e2681b561ca2c0b6bef33c992eec73e9b01ef6.jpeg)

---

<div class="post-metadata">

### Author: ![dzenanz](https://discourse.itk.org/user_avatar/discourse.itk.org/dzenanz/32/1093_2.png) [@dzenanz](https://discourse.itk.org/u/dzenanz)
#### Post date: [July 11, 2019, 2:38pm UTC](https://discourse.itk.org/t/a-question-at-helloworld/2034/2 "2019-07-11T14:38:38Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![yihongmike](https://discourse.itk.org/letter_avatar_proxy/v4/letter/y/9f8e36/32.png) [@yihongmike](https://discourse.itk.org/u/yihongmike)
#### Post date: [July 21, 2019, 2:34am UTC](https://discourse.itk.org/t/a-question-at-helloworld/2034/3 "2019-07-21T02:34:24Z")

</div>

Thanks!  
I had worked it out.✌

---

<div class="post-metadata">

### Author: ![dzenanz](https://discourse.itk.org/user_avatar/discourse.itk.org/dzenanz/32/1093_2.png) [@dzenanz](https://discourse.itk.org/u/dzenanz)
#### Post date: [July 21, 2019, 4:15pm UTC](https://discourse.itk.org/t/a-question-at-helloworld/2034/4 "2019-07-21T16:15:21Z")

</div>

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.
