I'm using Visual Studio 2017 and trying to add a new reference between two projects, however I get following error when I click on "Add Reference..."
Cannot find an instance of the Microsoft.VisualStudio.Shell.Interop.IVsReferenceManager service.
The first project is Asp.Net Core, and the second project is a .NET Core Class Library.