Hello there
I’ve just started using Unreal and C++. When building my solution I get the following errors spammed out:
Failed to restore D:\UnrealEngine\UE_5.3\Engine\Source\Programs\AutomationTool\CrowdinLocalization\CrowdinLocalization.Automation.csproj (in 84 ms).
Failed to restore D:\UnrealEngine\UE_5.3\Engine\Source\Programs\AutomationTool\Scripts\AutomationScripts.Automation.csproj (in 85 ms).
Failed to restore D:\UnrealEngine\UE_5.3\Engine\Source\Programs\AutomationTool\Mac\Mac.Automation.csproj (in 76 ms).
NuGet package restore failed. Please see Error List window for detailed warnings and errors.
3>D:\UnrealEngine\UE_5.3\Engine\Source\Programs\Shared\EpicGames.Oodle\EpicGames.Oodle.csproj : error NU1301: The local source 'C:\src\vcpkg\vcpkg\installed\x86-windows\share' doesn't exist.
3>D:\UnrealEngine\UE_5.3\Engine\Source\Programs\Shared\EpicGames.Oodle\EpicGames.Oodle.csproj : error NU1301: The local source 'C:\src\vcpkg\vcpkg\installed\x86-windows\share' doesn't exist.
3>D:\UnrealEngine\UE_5.3\Engine\Source\Programs\Shared\EpicGames.Oodle\EpicGames.Oodle.csproj : error NU1301: The local source 'C:\src\vcpkg\vcpkg\installed\x86-windows\share' doesn't exist.
3>D:\UnrealEngine\UE_5.3\Engine\Source\Programs\Shared\EpicGames.Oodle\EpicGames.Oodle.csproj : error NU1301: The local source 'C:\src\vcpkg\vcpkg\installed\x86-windows\share' doesn't exist.
3>D:\UnrealEngine\UE_5.3\Engine\Source\Programs\Shared\EpicGames.Oodle\EpicGames.Oodle.csproj : error NU1301: The local source 'C:\src\vcpkg\vcpkg\installed\x86-windows\share' doesn't exist.
3>D:\UnrealEngine\UE_5.3\Engine\Source\Programs\Shared\EpicGames.Oodle\EpicGames.Oodle.csproj : error NU1301: The local source 'C:\src\vcpkg\vcpkg\installed\x86-windows\share' doesn't exist.
I’ve tried googling but I’m stumped. That path is empty on my drive. All new projects I make have the same issue.
Does anyone have any ideas on how to fix this? Thanks in advance!
Using UE 5.3 and VS2022