SOLVED!
.vs folder in the project?
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2019-12-16
11:03 AM
- last edited on
2022-09-29
09:48 AM
by
Daniel Kassai
2019-12-16
11:03 AM
Hi,
I noticed that I have a hidden folder called .vs in my solution, which is very large (500MB-1000MB).
It has a folder called IPCH in it with weird files. Is it necessary? Is there a way to get rid of it?
Thanks
I noticed that I have a hidden folder called .vs in my solution, which is very large (500MB-1000MB).
It has a folder called IPCH in it with weird files. Is it necessary? Is there a way to get rid of it?
Thanks
Solved! Go to Solution.
Labels:
- Labels:
-
Add-On (C++)
1 ACCEPTED SOLUTION
Accepted Solutions
Solution
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2020-02-07 04:33 PM
2020-02-07
04:33 PM
Hi,
This is a temporary folder created by Visual Studio; I think it stores caches in there. You can delete it and reopen the. solution, compilation may become a bit slower.
Best, Akos
This is a temporary folder created by Visual Studio; I think it stores caches in there. You can delete it and reopen the. solution, compilation may become a bit slower.
Best, Akos
1 REPLY 1
Solution
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2020-02-07 04:33 PM
2020-02-07
04:33 PM
Hi,
This is a temporary folder created by Visual Studio; I think it stores caches in there. You can delete it and reopen the. solution, compilation may become a bit slower.
Best, Akos
This is a temporary folder created by Visual Studio; I think it stores caches in there. You can delete it and reopen the. solution, compilation may become a bit slower.
Best, Akos