I checked the process of creating a new project again, and found that the new project does requires some choice. After choosing a "Win32" rather than the default "CLR", and choose "Win32 Console Application", it is OK to run.
But there is a new problem. The screen output appears on a dark window, but the window dispeared too quickly that I can not see it.
This is a console application. If you want to make it stay, there is a lot of controversy over the best way to do it.
If it works, you can just put this: std::cin.get();
at the end of the main function, before the return statement. Then you must press a key to end the program.