Can’t package any game file

I couldn’t package my game today and keep getting this error:

UATHelper: Packaging (Windows (64-bit)): ERROR: Unhandled exception: System.IO.FileLoadException: Could not load file or assembly ‘file:///C:\Users\username\OneDrive\Desktop\test_build\Intermediate\Build\BuildRules\test_buildModuleRules.dll’ or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)

UATHelper: Packaging (Windows (64-bit)): File name: ‘file:///C:\Users\username\OneDrive\Desktop\test_build\Intermediate\Build\BuildRules\test_buildModuleRules.dll’ —> System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Frame

I tried deleting binaries, intermediate, and saved folders and rebuilding and that did not work. opened up an older backup of the game, one that I have packaged before, and that wouldn’t build now. I get the same error. Finally I made a new blank game in the editor and tried to packaged that and it did not work. I got the same error.

Any advice on what it could be?