Compilation/Build Troubles

Try this:

Solution

I was running into this too and the
problem is in “C:\Program Files
(x86)\Epic
Games\4.10\Engine\Build\BatchFiles\Rebuild.bat”.
The parentheses in the engine path
seem to interfere with the IF (…)
ELSE (…) statements. For now I have
fixed it by replacing every occurrence
of %~dp0 with %~dps0 in order to use
the short paths instead, which do not
contain parenthesis (ex.
“C:\PROGRA~2…”).

Newest answered Dec 01 '15 at 11:05 PM