I am trying to install this on Vscode, and when I try to execute ‘make’, I get the following error message:
UnrealEngine_4.24/Engine/Source/Runtime/VulkanRHI/Private/VulkanViewport.cpp:381:52: error: no member named ‘GetResourceAllocation’ in ‘FVulkanSurface’
ResourceAllocationsToDelete.Add(Texture->Surface.GetResourceAllocation());
UnrealEngine_4.24/Engine/Source/Runtime/VulkanRHI/Private/VulkanTexture.cpp:676:65: error: use of undeclared identifier ‘GetResourceAllocation’
Device->GetDeferredDeletionQueue().EnqueueResourceAllocation(GetResourceAllocation());
How can I fix this?