5.4 source build errors

I think i fixed it:

Open CmdLink.cpp

add after line:
include “Windows/WindowsPlatformNamedPipe.h”

this code:
#if IS_PROGRAM
TCHAR GInternalProjectName[64] = TEXT( “CmdLink” );
const TCHAR *GForeignEngineDir = nullptr;
#endif

4 Likes