VC Runtime not in UnrealLightmass temp directory; causing lightmass build errors

UE - Foundation - Cpp Tools - UnrealBuildTool - Oct 14, 2015

A Redistribute file for VS 2015 is needed to build lightmass, but this is not currently included with the engine. If a user does not have VS 2015 installed, lightmass will fail with this error: Un ...

Compile errors when building full solution for Development Win64

UE - Foundation - Cpp Tools - UnrealBuildTool - Sep 29, 2015

Per email conversation, entering this in as a single bug ...

Upgrading a code project from 4.8 to 4.9 results in the startup project in the Visual Studio solution changing from the game project to the UE4 project.

UE - Foundation - Cpp Tools - UnrealBuildTool - Sep 22, 2015

Upgrading a code project from 4.8 to 4.9 results in the selected startup project in the Visual Studio solution changing from the game project to the UE4 project. This results in unexpected behavior ...

Changes to code during a compile are not registered if compile is canceled/restarted

UE - Foundation - Cpp Tools - UnrealBuildTool - Jul 31, 2015

While the editor is compiling a hot reload, if project code is changed and the compile is canceled, code changes are not reflected upon next editor compile. ...

Build error when compiling a code project with the word "Engine" as the last word of the title

UE - Foundation - Cpp Tools - UnrealBuildTool - Mar 9, 2015

When naming a project ending with "Engine" whether there is a "_" or no space separating the name will result in a build error in VS. See attached image for error output. ...

Binary-only plugins are not usable without including .build.cs files

UE - Foundation - Cpp Tools - UnrealBuildTool - Jan 22, 2015

We should support not having a source directory at all, unless the plugin needs to be linked against. Related to [Link Removed]. See also: https://forums.unrealengine.com/showthread.php?53710-Prebu ...