Description:
I’m using UiPath Studio Community on Windows 11, with a REFramework project.
When I debug, the first few runs work fine, but then it suddenly fails to build and I can’t debug anymore. I have not deleted or moved any files manually.
Error message:
[Error] The following invoked workflows are missing:
[Error] Project build failed. Error code: 7.
Studio reports that the following .xaml files cannot be found:
| Missing file | Called from |
|---|---|
Performer/verify_and_create_new_customer.xaml |
Framework/Process.xaml |
Performer/get_job_name.xaml |
Framework/Process.xaml |
Performer/create_new_job_code_if_needed.xaml |
Framework/Process.xaml |
Framework/InitAllSettings.xaml |
Tests/ProcessTestCase.xaml |
Framework/InitAllApplications.xaml |
Tests/ProcessTestCase.xaml |
Framework/GetTransactionData.xaml |
Tests/ProcessTestCase.xaml |
Framework/CloseAllApplications.xaml |
Tests/ProcessTestCase.xaml |
What makes this strange: The files still exist on disk (I verified in File Explorer), but Studio reports them as missing. Also, the error does not happen immediately — it only appears after successfully debugging a few times first.
What I’ve already tried:
- Restarted UiPath Studio → still the same error
- Uninstalled and reinstalled UiPath Studio Community → still the same error
- Copied all the code into a brand new project → still the same error
None of the above worked. The error keeps coming back after a few successful debug runs.
Questions:
- Why does Studio report files as missing when they still exist on disk?
- Could this be a Studio cache corruption issue that occurs after a few debug runs?
- Is there a permanent fix, rather than just a temporary workaround?



