Using C++/CLI will allow you to try the new language with the same libraries you are used to. But it does contort the language.
Using regular C++ will prevent you from using .Net, but you could use another GUI framework instead of WIN32 (which is C rather than C++, in the main). Qt is once poss. Or if you're using a paid for version of VC++, there's MFC.