python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Why CPP Project templates don't appear in visual studio 2022?
Installed the latest version of VS2022 with the workload desktop development with c++ (Accepted all default settings and checkboxes)
, The downloading and installation were completed successfully.
Wh...

motevalizadeh
Votes: 0
Answers: 2
How to stop Visual Studio from including x86 target in new projects
I remember when VS templates only included x86 targets and you had to add an x64 target manually. Now it generates both. Now I would like the reverse; x64 target generated and add x86 if needed. It's ...
stumit63
Votes: 0
Answers: 1
Visual studio 2022 project template issues c++
I'm trying to create a template of SFML-IMGUI
I can compile it and it works perfectly
(main function is inside main.cpp)
I've created main.cpp and parametersUI.hpp files, all others are from ImGui / ...
Ringularity
Votes: 0
Answers: 0