Search code examples
c#.netmanaged-c++

Add reference to c# project in managed c++ project


I am writing a project in managed c++, and I am a bit rusty with it. I know that you can reference system assemblies with #using directive.

In c#, you can add a reference to a project. Is it possible to do the same in managed c++? If yes, how would I do that?


Solution

  • Right click on your project and then select References.

    Under Common Properties->Framework and References, just click on Add new reference.