I'm working on a c++ MFC project that makes use of the Multiple Document Interface and was originally created about 10 years ago. I've managed to port it to Visual Studio 2013, but I'm getting stuck on updating the GUI to something more modern like the ribbon design without having to copy the code to a newly created project.
I've researched a few links, like the scribble example from Microsoft and this link but they all seem very vague and hard to follow. Should I bite the bullet and create a new project with the ribbon design GUI or is there a smarter way to get a modern MFC based GUI?