Well, that's somewhat complicated. The GUI realm of C++ is very complicated and requires a lot of prior experience with the language.
All newbies are recommended to learn the basics with console apps first until such time comes that they've mastered the underlying language before attempting a GUI.
I'll have to recommend the same because a GUI is not easy to make.

BUT! There are other alternatives. You can try another language, such as C# or Visual Basic, since they can allow you to jump get-go into making GUIs.
Unfortunately, I cannot help with those languages since I am unfamiliar with them.