Hey all,
I am getting the following error when attempting to package my new project: System.IO.FileNotFoundException:
Could not load file or assembly ‘System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’. The system cannot find the file specified.
I have a feeling that it’s an easy fix that I just keep glossing over, but I haven’t yet been able to find a fix, or what files/SDKs I’m missing. This is a new UE 5.0 C++ project built from an unaltered source build on VS 2022. If anyone knows a fix for this, or a helpful link, it would be much appreciated.
I double checked, just to be safe, and I currently have .NET 6, 7, 8, and 9 installed through VS. Unless something installed wrong, I should be OK on that side of things.
So I was able to package the project in VS, but cooking in editor still yields the same error message. So it looks like all the necessary items are on m PC, and the editor is just having trouble accessing them.