@ankita Here is some old discussion about using ITK without CMake.
In short, use CMake as meta-build system, and you don’t need to fiddle with include directories.
If you don’t want to use CMake for whatever reason, configure some example project using CMake, generate a Visual Studio solution, and then you can copy include directories and link libraries from that example project to your own project.