Hi Remco,
I had to go through 3-4 cycles of shutting down VS and deleting the _ncrunch directory and then restarting VS and NCrunch. But eventually, NCrunch didn't list any errors and finally listed the test projects and tests in the Tests window.
I did notice at one point VS showed errors which were not shown previously. NCrunch showed a bunch of other earlier errors. I cleaned up the new set of errors.
Also, I noticed the class library I was referencing, which I called Planets, in my original post was at ASP.NET framework 4.5.2 and my test project was at 4.5.0.
VS complained about the differences. I set Planets project to 4.5 and VS stopped complaining about the different versions.
Not sure if those two items were the cause of NCrunch showing those older errors.
Maybe VS 2017 has some internal build synchronization problem? I don't know.
I'll have to keep in mind the idea of deleting the _Ncrunch* folder to fix things up.
Thanks, Ed