while running:
WINEPREFIX=/home/kami/.winedxvk/ meson setup --cross-file build-win64.txt --prefix /home/kami/dxvk build.w64 , it cannot find vulkan-header even though I checked it multiple times if it exists (log below)
The Meson build system
Version: 1.10.0
Source dir: /home/kami/dxvk
Build dir: /home/kami/dxvk/build.w64
Build type: cross build
Project name: dxvk
Project version: 2.7.1
C compiler for the host machine: x86_64-w64-mingw32-gcc (gcc 15.2.0 "x86_64-w64-mingw32-gcc (GCC) 15.2.0")
C linker for the host machine: x86_64-w64-mingw32-gcc ld.bfd 2.45.1
C++ compiler for the host machine: x86_64-w64-mingw32-g++ (gcc 15.2.0 "x86_64-w64-mingw32-g++ (GCC) 15.2.0")
C++ linker for the host machine: x86_64-w64-mingw32-g++ ld.bfd 2.45.1
C compiler for the build machine: cc (gcc 15.2.1 "cc (GCC) 15.2.1 20251112")
C linker for the build machine: cc ld.bfd 2.45.1
C++ compiler for the build machine: c++ (gcc 15.2.1 "c++ (GCC) 15.2.1 20251112")
C++ linker for the build machine: c++ ld.bfd 2.45.1
Build machine cpu family: x86_64
Build machine cpu: x86_64
Host machine cpu family: x86_64
Host machine cpu: x86_64
Target machine cpu family: x86_64
Target machine cpu: x86_64
**Check usable header "vulkan/vulkan.h" : NO **
meson.build:43:2: ERROR: Problem encountered: Missing Vulkan-Headers