What is the ipch folder and. SDF file?

Source: Internet
Author: User
Tags visual studio 2010
C ++ development in Visual Studio 2010ProgramSome strange files are created, such as a folder named ipch and a folder with the same name as the project. the SDF file, and the files under ipch and. the number of SDF files is very large, at least 10 MB, and the number of large projects may exceed 100 mb. What are these files used? These files are saved by Visual Studio. Pre-compiled header files And Intelliisense Yes. Deleting these files has no effect on project development. What if I want to use pre-compiled header files and intelliisense, and do not want to see these boring files?

in Visual Studio, enter the following settings: Go to" Tools> op Tions, select "Text Editor> C/C ++> advanced", and find "fallback location ". Set "always use fallback location" and "Do not warn if fallback location used" to "true", for example:

To save these files to a specific folder, set fallback.
Location. Otherwise, Visual Studio uses the temporary folder of the system to save these files.

Restart Visual Studio and the annoying files will disappear. This setting is especially useful for people like me who use Dropbox to synchronize 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.