Hi, so after recent update of Microsoft Visual Studio 2022 to version 17.14.19 and rebuilding my Unreal Engine from source, I got this error when I right click on .uproject file and choose either Generate Visual Studio project files or Switch Unreal Engine version…
Building UnrealBuildTool in C:/P/UE4.27-plus…
Running: C:\Windows\``Microsoft.NET``\Framework\v4.0.30319\MSBuild.exe /nologo /verbosity:quiet “C:/P/UE4.27-plus/Engine/Source/Programs/UnrealBuildTool/UnrealBuildTool.csproj” /property:Configuration=Development /property:Platform=AnyCPU
Missing C:/P/UE4.27-plus/Engine/Binaries/DotNET/UnrealBuildTool/UnrealBuildTool.exe after build
I use Unreal Engine 4.27-plus from Unreal Github, the UnrealBuildTool.exe actually exist in the DotNET folder, but I don’t know why it suddenly search for the file inside UnrealBuildTool folder, is there a possible solution without reverting the Microsoft Visual Studio to previous version, because I’m not even sure if that could solve this issue.