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
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