Initial Setup, Visual Studio: CMake configuration not starting #6240
-
I'm trying to setup a new local server, but I am confused with the following steps in the quick setup guide: Open the server root folder in Visual Studio 2019/2022. When I open the "server" folder in visual studio, nothing happens. I don't get anything in the CMake window, and there is no build option. The window on the side shows all the folders/files, but thats about it. I have gone back through the previous steps, but cant seem to find anything that I missed. Which folder should I be opening if not the server folder? I have setup servers before (like Darkstar) so I dont think Im completely dumb. I appreciate any assistance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
I feel like I've seen this before. I suspect that during your Visual Studio install you've missed this step:
2019 or 2022 are fine, check Desktop development with C++ workload (under Desktop & Mobile).
You can reopen the
Visual Studio Installer
from your start bar,Modify
theVisual Studio Community 2022
entry, and make sure this is checked:and then make sure you hit
Modify
: