I have several large projects which were originally designed in VC++ and now I am looking to move them to .NET class libraries to be used for my C# GUI and web services front ends.

I've looked at articles and am pretty confident in how to wrap unmanaged VC++ classes in managed ones, but I've realized that there is a very high degree of repetition involved. Are there any plans to release a code generation tool for VC++ which will take unmanaged VC++ files and produce wrappers?