You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fix exception due to directory not existing when creating VSCode project.
#rb none #jira UE-89684 #rnx [CL 11661535 by Ben Marsh in 4.25 branch]
This commit is contained in:
@@ -600,6 +600,8 @@ namespace UnrealBuildTool
|
||||
|
||||
private void WriteCppPropertiesFile(DirectoryReference OutputDirectory, bool RewriteIncludePaths, ProjectData Projects)
|
||||
{
|
||||
DirectoryReference.CreateDirectory(OutputDirectory);
|
||||
|
||||
JsonFile OutFile = new JsonFile();
|
||||
|
||||
OutFile.BeginRootObject();
|
||||
|
||||
Reference in New Issue
Block a user