Visual Studio 2010 - C++ project - remove *.sdf file

后端 未结 5 650
心在旅途
心在旅途 2020-12-07 06:58

I would like to know if I can safely delete the sdf file that stores information for Visual Studios Intellisense - is it going to be rebuilt the next time that I open the so

5条回答
  •  清歌不尽
    2020-12-07 07:29

    The short answer is yes, you can safely delete the .sdf file.

    However, note that you can actually prevent VS from creating .sdf files in the first place by setting the following option to True:

    Tools -> Options -> Text Editor -> C/C++ -> Advanced -> Disable Database

提交回复
热议问题