i'm trying to use vulkan raii and create an Instance (and in fact instantiation a vk::raii::Context)
i got this error
/usr/include/vulkan/vulkan_raii.hpp:2660: const vk::raii::ContextDispatcher* vk::raii::Context::getDispatcher() const: Assertion `m_dispatcher->getVkHeaderVersion() == VK_HEADER_VERSION' failed.
i've installed vulkan sdk with https://vulkan.lunarg.com/doc/view/latest/linux/getting_started_ubuntu.html
both version of libvulkan and vulkan headers etc are 1.3.261 The build us with CMake and i use FindVulkan
I updated vulkan-sdk and tried to use headers from vcpkg but didn't work App exits with SIGABRT right away
I have had 2 cases with this error:
buildfolder and a complete rebuild of the project helped me.m_validreturned false. So you need to check if the Vulkan library is initialized correctly.