I have a fresh git clone on the release branch. When I build with g++ (Ubuntu 9.1.0-2ubuntu2~18.04) 9.1.0
I get the following errors:
3/577] Compile Module.VulkanRHI.2_of_3.cpp
In file included from /home//code/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UE4Editor/Development/VulkanRHI/Module.VulkanRHI.1_of_3.cpp:2:
In file included from /home//code/UnrealEngine/Engine/Source/Runtime/VulkanRHI/Private/Linux/VulkanLinuxPlatform.cpp:3:
In file included from Runtime/VulkanRHI/Private/Linux/VulkanLinuxPlatform.h:30:
Runtime/VulkanRHI/Private/Linux/…/VulkanLoader.h:6:10: fatal error: ‘vulkan.h’ file not found
#include “vulkan.h”
^~~~~~~~~~
I have vulkan installed via the SDK.
Any tips to fix this?