Closed JoeBryan1 closed 1 year ago
include "Runtime/Launch/Resources/Version.h"
Not sure what you mean by this so I will explain,
I removed it from the cpp file since it was causing the error. Would also fix if I used an exact path to the header file. But since it was also included in the PBPlayerCharacter.h header file I thought that removing it would be fine.
Please tell me if I am wrong.
Could you please move the one from the header into the cpp?
Done 0a9a0bc75c3bac7fa4d0034aa621125befc3ccc8
PR Fix for UE5.3 Build
Errors shown in order they appear
Error 1:
Fixed by removing
#include "Launch/Resources/Version.h"
Error 2:
Fixed with
#include "Engine/World.h"
Error 3:
Fixed with
#include "ProfilingDebugging/CsvProfiler.h"