Jump to content

XCOM 2 SDK Error on Debugging


Wobahs

Recommended Posts

No matter what type of mods I try to create in the SDK, every time I hit debug, I get the following error:
Error 1 The "ProcessDirectories" task failed unexpectedly.
System.UnauthorizedAccessException: Access to the path 'AnimNotify_ApplyPsiEffectsToTarget.uc' is denied.
at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound)
at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
at Firaxis.VisualStudio.Tasks.XCOM2.ProcessDirectories.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__20.MoveNext() C:\Program Files (x86)\Steam\steamapps\common\XCOM 2 SDK\Binaries\Win32\ModBuddy\Extensions\Application\XCOM2.targets 125 6 My XCOM2 Mod4
This looks like some kind of file permissions error, but there shouldn't be any problems with that. All the folders these are in are full access, I'm an admin, I'm running Steam and the SDK as an admin, etc.

Can someone please explain this error to me and how to fix it?
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...