Resolving Errors - Unknown Cook Failure

I was packaging one of my projects as a test, and after about a day or so the build failed due to an unknown cook error. Looking at the log, it was unable to find one package and then the rest of the errors were from trying to delete intermediate files.

Below is that portion of the cook log:

[2016.10.03-01.24.23:986][  0]LogInit:Display: Warning/Error Summary (Unique only)[2016.10.03-01.24.23:987][  0]LogInit:Display: -----------------------------------
[2016.10.03-01.24.23:999][  0]LogInit:Display: LogFileManager:Error: Error deleting file '../../../../../../Users/David/Desktop/New folder/Intermediate/AssetRegistryCache/5a627529.bin'.
[2016.10.03-01.24.23:999][  0]LogInit:Display: LogFileManager:Error: Error deleting file '../../../../../../Users/David/Desktop/New folder/Intermediate/AssetRegistryCache/2657c409.bin'.
[2016.10.03-01.24.24:000][  0]LogInit:Display: LogFileManager:Error: Error deleting file '../../../../../../Users/David/Desktop/New folder/Intermediate/AssetRegistryCache/1d5167fa.bin'.
[2016.10.03-01.24.24:000][  0]LogInit:Display: LogFileManager:Error: Error deleting file '../../../../../../Users/David/Desktop/New folder/Intermediate/AssetRegistryCache/866581fd.bin'.
[2016.10.03-01.24.24:000][  0]LogInit:Display: LogFileManager:Error: Error deleting file '../../../../../../Users/David/Desktop/New folder/Intermediate/AssetRegistryCache/94c5d5a7.bin'.
[2016.10.03-01.24.24:001][  0]LogInit:Display: LogFileManager:Error: Error deleting file '../../../../../../Users/David/Desktop/New folder/Intermediate/AssetRegistryCache/8c0e1344.bin'.
[2016.10.03-01.24.24:001][  0]LogInit:Display: LogFileManager:Error: Error deleting file '../../../../../../Users/David/Desktop/New folder/Intermediate/CachedAssetRegistry.bin'.[2016.10.03-01.24.24:002][  0]LogInit:Display: LogPackageName:Error: DoesPackageExist: DoesPackageExist FAILED: '/Game/LandscapeAutoMaterial/Materials/Water/Wat  er_M' is not a standard unreal filename or a long path name. Reason: Name may not contain the following characters:  

The error is clearly in the path used to find the package, but I wanted to find out how I could rectify this in the engine? Also what should I do about the intermediate files?

Attached is the entire log link text

Try to remove all " " (space) characters in your paths / names …
About deleting files, ensure that you are admin of your computer, and maybe try to delete them manually ?

In a blueprint only project however, where can i modify paths and names? I don’t use the water auto material anywhere

If anybody stumbles upon this, I still haven’t had my question resolved and don’t have permission to remove the resolved mark.