The include for VulkanConfiguration.h was added to VulkanBackend.h, which is one of the external dependencies for the CrossCompileTool. This include is not complete however. This results in this module failing to compile.
Either the full include needs to be given, as in \Runtime\VulkanRHI\Public\VulkanConfiguration.h or the following line needs to be added to the CrossCompileTool.build.cs file
PublicIncludePaths.Add("Runtime/VulkanRHI/Public");
Regression?: Yes
This include statement was not present in 4.13.1 (//UE4/Release-4.13/ CL# 3142249)
This include statement was added prior to 4.14 Preview 1 (//UE4/Release-4.14/ CL# 3167010)
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-37722 in the post.
0 |
Component | UE - Graphics Features |
---|---|
Affects Versions | 4.14, 4.15 |
Target Fix | 4.14 |
Created | Oct 24, 2016 |
---|---|
Resolved | Oct 25, 2016 |
Updated | May 2, 2018 |