TheNPC
January 20, 2023, 3:41am
1
So I was trying to package the Marble Run project and it said that Visual Studio 2017 wasn’t installed. I clicked on the link there and tried to install it, but it kept missing packages.
So instead I went to the website directly and installed 2022. However Unreal is not registering its presence.
How do I fix this?
Did you install .NET Core 3.1 SDK ?
Unreal needs this SDK for VS Studio
TheNPC
January 20, 2023, 5:16am
3
I don’t think so? Where in the VS installer would that be?
.NET Core 3.1 downloads for Linux, macOS, and Windows. .NET is a free, cross-platform, open-source developer platform for building many different types of applications.
also, you would need to update .net 6.0 runtime which you can do from VS installer
modify > Game development with c++ > individual components
TheNPC
January 20, 2023, 5:29am
5
Thank you
Will this automatically update unreal or are there other steps?
Also keep in mind that certain versions of Unreal Engine only support older versions of Visual Studio.
What version of UE did you use to package the project?
1 Like
TheNPC
January 20, 2023, 5:33am
7
4.2
Also, just in case this is helpful.
1 Like
I think. this is it that you need to do, unless you face some other problem, which you shouldn’t here after
Also, if 4.2 is UE Version, I would recommend VS 2019.
VS 2022 may not work desired way with 4.2
Tuomo_T
January 20, 2023, 6:25am
10
4.2 or 4.20? (Yes, this is important)
1 Like
I couldn’t guess the version in use as TheNPC mentioned only 4.2.
I guessed he is referring to 4.2 Engine as generic clue. Till 4.27 UE works well with VS 2019.
Tuomo_T
January 20, 2023, 8:02am
12
That’s ultimately the point I’m making, UE version matters here. So might as well be exact.
1 Like
TheNPC
January 20, 2023, 4:21pm
13
Specifically it’s 4.20.3.
I didn’t realize there was a distinction between 4.2 vs 4.20. My aplogies.
If it is 4.20.3 then you might face probs with VS 2019 too. I would advice VS 2017 in your case
TheNPC
January 20, 2023, 5:34pm
15
So Visual studio with .NET Core 3.1 SDK?
Also, is it just install them and go or will there be additional steps to get it working with Unreal?
TheNPC
January 20, 2023, 5:57pm
16
Also, where would I get VS 2017? I googled and the links lead me to a lot of stuff and I am unsure of what to get.
Searching Unreal Documentation back and forth is a great help for many issues
TheNPC
January 21, 2023, 11:14pm
20
In case anyone is wondering I got everything working and was able to package Marble Run and continue with the lessons. Pops Confetti
Thank you all for your help.