Reputation: 31
I use Visual Studio Enterprise 2022 LTSC 17.2 with ReSharper 2023.1. I work with several projects in one solution and many of them are referenced (we use custom build tool). Visual studio detects them well but ReSharper says that it can not resolve symbol and colors the referenced types red.
Tried ReSharper Suspend / Resume, clearing caches but none of them worked for me.
Upvotes: 0
Views: 488
Reputation: 31
After some trying I managed to solve this problem.
Options -> ReSharper -> Options -> Environment -> General -> Read solution model directly from project/solution files. -> disable checkbox
Upvotes: 3