Missing Nuget Packages


Before I could start working on my assigned tasks, I ran into issues with Visual Studio saying that I was missing a litany of packages. Lucky for everyone else, I was the only one that seemed to have this problem. After poring through the Visual Studio package manager, nothing seemed to be missing, as all of the Unreal Engine extensions were selected and in use. I spent a few hours scrounging the internet to figure out what package I was missing.

Finally, I found an answer at the bottom of a random forum that mentioned the Nuget Packet Sources inside Visual Studio's settings. Somehow, nuget.org had been deselected so every time I thought I was installing a nuget package, it was failing to actually download without giving any error messages. As soon as I reselected nuget.org as a package source I was able to finally get the project to build and run with zero issues.

Comments

Log in with itch.io to leave a comment.

I do not know what this is but its good that you got it working!