Include ITK in own project in Visual studio 2022

This might be a stupid question, but I’m new so bare with me. I’m trying to include ITK into my on visual studio project:

project->properties->c/c+±>general->Additional Include

But I’m not quite sure what to include? I would expect there to be an include folder within my build of ITK but there isn’t (see image).

Now I’m unsure of what exactly needs to be included?

Any help would be much appreciated

Hello @KateDelb,

The recommended ITK workflow is to use CMake to configure your project, not the IDE. See the ITK book for a basic Hello World example.