You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
The solution is taken from https://epicgames.slack.com/archives/C042RSGQVPD/p1677783304284859?thread_ts=1677487516.170069&cid=C042RSGQVPD and is to "protected" includes of dbghelp.h by THIRD_PARTY_INCLUDES_START/THIRD_PARTY_INCLUDES_END. There are more unprotected includes in the code, but for some reason this was enough to make PreSubmitTest.bat progress to the next unrelated error. Which means that this is a necessary, but not complete, fix for PreSubmitTest.bat. #rb Neil.Henning #rnx #preflight 64521d75c86798f650ffbc16 [CL 25315838 by niklas rojemo in ue5-main branch]