Hi,
I updated my project from 2019.3.7f1 to 2019.3.12f1 and after I did, visual studio is unable to find project references any project in solution. References to dlls are fine.
Unity seems fine, all references are found and I can enter playmode as well as build and run.
I checked my assembly definitions and confirmed that they have their references listed in the same way that was working before.
In VisualStudio I can see the references being listed in under project references, they also don’t have any warnings on top. Their path points to …myproject/obj/Debug/mydll.dll and indeed, there is not a single dll at that location. Just a bunch of .cache files. Now I wasn’t able to find, if this is what is supposed to be there or not.
So far, I tried to:
- Turn everything off and on again
- Look for solution on forums
- Regenerate solution and project files (backing them up and deleting, restarting Unity)
- Rebuild …myproject/obj folder
- Rebuild …myproject/Library folder
- BuildAndRun the project
All to no avail.
Any help would be appreciated.