Building for 4.22 #66
Unanswered
LMoneyshot
asked this question in
Q&A
Replies: 1 comment 5 replies
-
https://dotnet.microsoft.com/download/dotnet/5.0 You might also have to install Visual Studio 2019 if you haven't already (not Visual Studio Code!) with C++ and .NET development loadouts. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I asked about being able to build this for ue4 4.22, and got recommended to try to build it locally since it wasn't supported officially.
This last command:
".\build.cmd --target MakeRelease --unreal-version 4.22.3"
Gives me this error: error msb3644
"The reference assemblies for framework ".NETFramework ,Version=V5.0" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed."
Any idea on how I should proceed?
Beta Was this translation helpful? Give feedback.
All reactions