here is the full text:
C:\Program Files\dotnet\sdk\9.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets(266,5): error NETSDK1064: Package System.Data.DataSetExtensions, version 4.5.0 was not found. It might have been deleted since NuGet restore. Otherwise, NuGet restore might have only partially completed, which might have been due to maximum path length restrictions.
My project is set to ‘DebugGame Editor’ if that is relavant:
This error is also in my compile logs:
50>C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(5875,5): error MSB3491: Could not write lines to file “obj\Development\RunMutableCommandlet.Automation.csproj.FileListAbsolute.txt”. Access to the path ‘C:\Program Files\Epic Games\UE_5.5\Engine\Source\Programs\AutomationTool\Mutable\RunMutableCommandlet\obj\Development\RunMutableCommandlet.Automation.csproj.FileListAbsolute.txt’ is denied.
Last time i have compile with 5.5, there was an issue with a file related to “RunMutableCommandlet.Automation” that i had to manually set to Unchecked ReadOnly. If that can give you at least some hint on where to tackle this.