itk specified file not found error

hi i,m realy new to c++, vs and itk
i install that with vcpkg and integrate install it
i add directory lib and include to project property

but i still have problem and get this specified file not found

can you please help me??

actually i,m installing that to do asymmetric 3d dilation

for example up3

down 5

left 8

right 10

depth front 6

depth back 1

if you have a suggestion for me i will be thankful

vcpkg is good if you need many libraries. If you only need ITK, it is better to build it separately, the usual way. Less complexity, less headaches. Then write a CMakeLists.txt for your new project, it can be as simple as highlighted part of this example. As for dilation, you need to set up asymmetric radius, different along each axis, unlike this example.