Not able to reference a C++/CLI project from another C++/CLI project in Visual Studio 2022 v140
I have a Visual Studio v140 C++ project with CLR support building a static library. The project builds fine. I created another C++ project with CLR support that builds a console application. This too builds fine. But when I try to reference my first project from my second project and build the project, it fails with the following error