Visual C++ does come with a visual resource editor that will let you edit dialog resources.  The latest version of Visual C++ in Visual Studio .NET also has support for the Windows Forms designer for Managed C++ applications, so if you're doing Managed C++ development you can create GUIs with the same tools as Visual Basic .NET.
- Elton