Well I'm familiar with using MSV C++, I have 2010 express installed on my computer, but unfortunately i know very little about GUI in C++. Is there a similarly easy way to Delphi, or is it all a truckload of code?
I do Win32 Sdk development. Do a search for Forger's Win32 Tutorial and you'll find it easy.
If you absolutely must have drag and drop visual development, then you are probably better off with some language other than C++. However, if its gotta be C++ then look into MFC or .NET CLR or something like that. Like I said though, straight Win32 SDK development like in the Forger's tutorial is what suits me.
In terms of an IDE, for Win32 development it doesn't really matter. I prefer CodeBlocks. However, if you go the class library route, then you go with the designer that goes with the class library, i.e., MFC - Visual Studio, etc.
Its best to realize right off the bat that its a lot of work to learn writing C++ GUI programs.