C++ VS project help

In Mosh’s C++ series Mosh uses CLion. I’m using VS and I’m not sure which VS C++ project option is equivalent to CLion’s “C++ Executable” project.

It’s probably not a big deal which option I choose, but I’m a little frustrated that I can’t follow along within the first few minutes of the tutorial and I’d really appreciate some help since I have not used C++ before. I’d hate to choose the wrong option and not be able to follow along.

I don’t want to download and use CLion because I don’t plan on using it after 30 days. If I did that then I’d swap to VS again and still not know which project option to choose in VS anyway…

Thanks!

My VS C++ options:

Select any one from the first two.

You can look more about C++ projects in Visual Studio from these documentation.