码迷,mamicode.com
首页 > 其他好文 > 详细

Visual Studio: How to change ipch path in Visual Studio 2010 (.sdf, *.opensdf, ...)

时间:2014-12-02 17:14:18      阅读:254      评论:0      收藏:0      [点我收藏+]

标签:http   io   ar   os   for   strong   on   div   cti   

Link:

http://stackoverflow.com/questions/4315681/how-to-change-ipch-path-in-visual-studio-2010

引用:

The ipch folder is created by the IntelliSense system and it‘s location cannot be changed on a per-solution basis. However, you can have VS 2010 store all of your projects‘ ipch folders in your %TEMP%\VC++ folder. Select Tools > Options > Text Editor > C/C++ > Advanced. Once there, you‘ll see a Fallback Location section. Change Always Use Fallback Location to True. Leave Fallback Location blank and it will put them in your %TEMP% folder. Once you‘ve changed that, you can remove your ipch folder and your *.sdf & *.opensdf files. They will be recreated in the fall-back location. Note, you may want to backup those files if you‘re picky about the window layout, etc for the project.

Visual Studio: How to change ipch path in Visual Studio 2010 (.sdf, *.opensdf, ...)

标签:http   io   ar   os   for   strong   on   div   cti   

原文地址:http://www.cnblogs.com/hellohelloworld/p/4137847.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!