[VS 2015] Backslash problem in command line

Edit the file “C:\Program Files (x86)\Epic Games\4.10\Engine\Build\BatchFiles\Rebuild.bat” in a text editor. The path might be different depending on engine version and install location. Change any occurrences of “%~dp0” to “%~dps0”. You might want to make a backup of the file before you change it.