Trying to Build using cmake on windows :
> cmake .. -DBUILD_SHARED_LIBS=OFF -DLLAMA_VULKAN=ON -G "Visual Studio 17 2022" -A x64
> cmake --build . --config Release
The compilation breaks when building ggml-vulkan.cpp, somehow the compiler can't find vulkan.hpp
I'm confused because the compilation works fine on 0cc4m's original PR branch, using the exact same commands; on the same machine.