i genuinely can't seem to find this anywhere, i'm a beginner ish developer and have a couple of projects on github, when i was on linux i used to just have a build folder for my projects and call "cmake . -B build/" then just build it in there
right now i'm on windows, using visual studio instead of neovim, generating solution files using cmake on there makes it so when i open the solution i cant see the whole directory tree (because i'm in the build folder instead), so i'm not sure how i'm supposed to program and build the project at the same time
is there any person who does windows development who knows if my structure is just wrong or i'm doing something wrong?