error code when trying to set up

I get the error:"C:/ar/w/UnrealEngine/UnrealEngine/Engine/Source/Programs/Shared/UnrealEngine.csproj.props" was not found. on visual studeo, can somebody help fix it?
Solution:
I found the issue. I didn't select ".net framework 4.8.1 SDK" in the individual components. After I did that, It worked as intended.
Jump to solution
15 Replies
Robb
Robb4mo ago
1. can you send the full build log? 2. what target are you trying to build?
Edge_Zero
Edge_ZeroOP4mo ago
This is the error I get when I try to use restore NuGet packages.
No description
Robb
Robb4mo ago
why are you trying to restore NuGet packages? I don't think that step is mentioned anywhere in the docs, does something try to run that in the background?
Edge_Zero
Edge_ZeroOP4mo ago
These are the errors I get when trying to build FactoryGame. Most of them suggest to run restore NuGet package, so I tried that, but it didn't work, so I restarted it and ran restore NuGet again when I got that error.
No description
FICSIT-Fred
FICSIT-Fred4mo ago
(Identified known error ExitCode6MoreInfoNeeded in your logs matching exited with code 6) Exit code 6 is just a generic failure message. If you'd like help with this error, make sure that you also share the rest of the output as described here: https://docs.ficsit.app/satisfactory-modding/latest/Development/BeginnersGuide/project_setup.html#_the_command_exited_with_code_6 -# Responding to exitcode6moreinfoneeded triggered by @Edge_Zero
Edge_Zero
Edge_ZeroOP4mo ago
I checked, they are the same as I had.
Robb
Robb4mo ago
not sure what the issue is, someone else will have to chime in
AngryBeaver
AngryBeaver4mo ago
Maybe this is what' you're having issues with? shrug this isn't my specialty but the errors seemed similar? https://discord.com/channels/555424930502541343/1291910385577885757/1291935322409795707
Edge_Zero
Edge_ZeroOP4mo ago
It looks like I don't have any NuGet packages. That might be the problem. Anybody know where I could get the package needed for this? Seems like the publick ones aren't working.
Robb
Robb4mo ago
@Mircea (Area Actions) might
Mircea
Mircea4mo ago
Building should already download the packages I have no idea what they are, there's a lot of them What entries are there in the nuget sources list?
Rex
Rex4mo ago
Tools ---> Options should show this (if I understood Mircea correctly). I have this and it works
No description
Rex
Rex4mo ago
Also, be careful: it's very easy to disable nuget.org there. Clicking on the entire "Package sources" area will toggle the checkbox :slow:
Solution
Edge_Zero
Edge_Zero4mo ago
I found the issue. I didn't select ".net framework 4.8.1 SDK" in the individual components. After I did that, It worked as intended.

Did you find this page helpful?