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:Jump to 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.
15 Replies
1. can you send the full build log?
2. what target are you trying to build?
This is the error I get when I try to use restore NuGet packages.
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?
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.
(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_Zeroare you sure you imported the vs installer configuration? https://docs.ficsit.app/satisfactory-modding/latest/Development/BeginnersGuide/dependencies.html#ImportConfiguration
I checked, they are the same as I had.
not sure what the issue is, someone else will have to chime in
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
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.
@Mircea (Area Actions) might
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?
Tools ---> Options should show this (if I understood Mircea correctly). I have this and it works
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
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.