I have built an add-in for ArcGIS Pro using Visual Studio 2022 and the ArcGIS Pro SDK (version 3.3). I'm trying to also work on this add-in on a my primary machine which I have never been able to get things to work correctly on. I know the add-in builds on the machine I currently use VS on, but when I open the VS Project on my other machine and build the add-in, all it displays is 1 failed when cleaning and building. On this machine, I can open the Developer Command Prompt for VS 2022 and run msbuild, that works fine. But it would be really nice if I could get it to work in the GUI. Does anyone have any ideas here? Does not seem to be a permissions issue, seems like something might be misconfigured with my Visual Studio install, but after several reinstalls, restarts, etc., I still get faced with this issue.
