1.C#已经通过路径添加引用
2.C#using以及类的代码并没有红色报错
3.可以通过F12直接跳到引用的托管C++类中.
报错:
Error 1 The type or namespace name 'CppInteropWrapper' could not be found (are you missing a using directive or an assembly reference?)
CppInteropWrapper是类名还是命名空间名,如果是前者或者两者相同,用 CppInteropWrapper.CppInteropWrapper