Problem building on Windows

Hi,
While building on using Visual Studio Express 2013, I encountered the following problem:

PCH.UnrealEd.UnrealEd.h.cpp

27> Module.InputCore.cpp

27> InputCore.generated.cpp

27> [31/854]

rc.exe PCLaunch.rc

27>cl : Command line error D8004: ‘/W’ requires an argument

and in the end:

27>ERROR : UBT error : Failed to produce item:

C:\Users\xxx\Documents\ue4source\UnrealEngine-4.2\Engine\Binaries\Win64\UE4Editor-SlateCore.dll

27> Cumulative action seconds (4 processors): 0,00 building projects, 5418,49 compiling, 0,00 creating app bundles, 0,00 generating debug info, 51,60 linking, 0,00 other

27> UBT execution time: 2946,29 seconds

27>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets(43,5):

error MSB3073: The command “…..\Build\BatchFiles\Rebuild.bat UE4Editor Win64 Development” exited with code 2.

Can anyone help?

Hi krojew,

Are you trying to build a project, or the Editor?

Hi,
I’m trying to build the Editor (Development).

Hi krojew,

Which version of the Editor are you trying to build, and have you downloaded and correctly placed the required dependencies for that specific version?

After redownloading and reinstalling all dependencies, the compilation succeeded. Thank you for help.