I have a pair of class libraries which were generated when I decompiled them using JustDecompile. Once included in my VS 2017 solution, I added one as a reference in the other. I then find that I have this error in VS:
The type 'XYZ' is defined in an assembly which is not referenced. You must add a referenced to assembly 'X.Y.Z.XYZ, Version 1.0.0.0, Culture.....'
Given I am including the code as actual class libraries in my solution, all with the same target framework version (4.6.1) why is it showing an error which I would normally expect to see with an added DLL?