When I try to debug my UWP project from Visual Studio 2017 running in Windows 10 in a parallels instance, it always errors out that it cannot find the AppxManifest:
DEP0700: Registration of the app failed. [0x80073CF0] error 0x80070003: Opening file from location: AppxManifest.xml failed with error: The system cannot find the path specified
The steps to resolve this issue are as follows:
Answer mostly based on discussion found here: https://forum.parallels.com/threads/prlsf-permissions-issue-when-developing-an-uwp-app-in-visual-studio.342549/
User contributions licensed under CC BY-SA 3.0