Description

If you have a sitatuion like

Public/Filename/Foo.h
Public/FileName/Bar.h

you cannot have

#include "Foo.h"
#include "Bar.h"

in your .cpp file during the native build. Either Foo.h or Bar.h will be missing because UBT will only add one of the above directories to the includes.

Steps to Reproduce

Build FortniteServer natively.

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-37174 in the post.

0
Login to Vote

Won't Fix
ComponentTools
Affects Versions4.14
CreatedOct 11, 2016
ResolvedAug 18, 2021
UpdatedAug 18, 2021