Downliaded the zip file from git and ran the setup.bat but when I get to run generate project files it can not find msbuild. Could this be a path issue?
I have the source in F:Programfiles\UnrealEngine-release
The VS tools are: F:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools
But the msbuild is in C:\Program Files (x86)\MSBuild\12.0\Bin
Which version of Visual Studio are you using? As of 4.7 we no longer support Visual Studio 2012. You can install the free version of VS 2013 Community which is fully compatible with UE4.
It is possible that there is miss-communication due to having both versions. Unless it is specifically needed for other uses, I would suggest uninstalling 2012 and then try running the Setup.bat again.
The file I’ve attached will give us some extra information on your VS setup. When you download the text file, place it on your desktop or inside an empty folder. Remove the .txt extension to convert it into a batch file and run it. Doing so will generate an “info.txt” file that I’ll need you to upload for me.
Additionally, if you remove VS2008 so that the only version of Visual Studio on your machine is 2013 do you still get the same error when you run the GenerateProjectFiles.bat file?
I removed 2008 but I still have VS 2003 for some tools i created years back that Can’t easily update to the lastest VS. In this batch output i see that its linking to the VS 2003… OI Would I be able to remove that, make the solution and then reinstall 2003 and everything be good with the UE4 Engine on a compilation level?
I can’t say for certain however it would be worth trying to remove 2003 and then compiling the engine. Also the .bat file returned a desktop directory which seems odd. If VS is installed on your desktop I would try re-installing it to the default location.
Also if i load CMD i can type msbuild in the command line and it works. So there has to be something hard coded some where that I can not find…
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\kevin.mitchell>msbuild
Microsoft (R) Build Engine version 12.0.31101.0
[Microsoft .NET Framework, version 4.0.30319.18408]
Copyright (C) Microsoft Corporation. All rights reserved.
MSBUILD : error MSB1003: Specify a project or solution file. The current worki