Remove ipch files and. sdf files in vs2010 _c language

Source: Internet
Author: User
Tags visual studio 2010

When you develop a C + + program using Visual Studio 2010, you will find that some strange files are created, such as a folder called Ipch, and a. sdf file with the same name as the project, and ipch the following files and. sdf files are large, at least 10M, large items may exceed 100M, what are these files for? These files are used by Visual Studio to save precompiled Headers and IntelliSense, and deleting these files has no effect on the development of the project. What if I want to use precompiled headers and IntelliSense, and I don't want to see these boring files?

Enter the following settings in Visual Studio: Go to "Tools > Options", select "Text Editor > C + + > Advanced" and find "fallback Location". Then set "Always use fallback Location" and "do not Warn if fallback Location" to "True", as shown in the following figure:



Files are saved to a specific folder, you must set up fallback Location, or Visual Studio will use the system's temporary folder to save the files.

Then restart Visual Studio, and those pesky files are gone. This setting is especially useful for people like me who use Dropbox to sync code.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.