#Basic C++ project folder 847mb in size
26 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For more information use !howto ask.
the files and folders shown here add up to about 100 mb of memory so where is the other 700mbs??
honestly to see what is taking up so much space just get like a tree viewer, and you see whatever is taking so much space
Turn hidden folders on
It's probably .vs folder
but yeah most likely .vs folder
What is a .vs folder?
its a hidden folder VS makes for god knows what
Visual studio cache/properties folder
(Or idk, I actually don't know what is it needed for either)
it does cache things like user settings I believe but what exactly no clue
ahh alright! my C++ programming folder is 6.6gb and i've been using it for 2 months whereas my python programming folder is 186mb and ive been using that for 2.5 years.
Surely there is a way to reduce the folder-sizes of the C++ folders?
i mean python is just C++ with less steps so how come the python folder has a smaller size
You can delete .vs folders in old projects, there is nothing important there
When you delete it, you'll have to rebuild the project. That's it
i thought it was some sort of memory leak or something like that tbh
ill make a program to do that 👍
memory leaks don't work like aht lol
Be careful to not accidentally delete anything else!
oh gosh i hope i dont lol
!solved