You’ll find a folder named ipch and a large file with file extension .sdf if you use Visual Studio 2010. They exist for precompiled header files and intellisense. You don’t like it, but you’d still like to use intellisense and precompiled header. Visual Studio 2010 let you change the location of these temporary files. Open you Visual Studio 2010, and left click “Tools > Options”, choose “Text Editor > C/C++ > Advanced”, scroll down until “Fallback Location” appears. Make “Always use Fallback Location” and “Do Not Warn if Fallback Location” to be “True”, and choose a “Fallback Location” you like. Just like the below.
Close Visual Studio 2010, and delete ipch and .sdf file, open VS. Now the folder and the file will be created at the location you specified.
http://wronso.com/blog/553/why-does-visual-studio-2010-create-ipch-folder-and-sdf-file.html
'tool > VS10' 카테고리의 다른 글
윈도우8에서 항상 관리자 권한으로 실행 (0) | 2013.03.15 |
---|---|
'미리 컴파일된 헤더' 수동 등록 (0) | 2012.12.06 |
fatal error C1083: 미리 컴파일된 헤더 파일을 열 수 없습니다. (0) | 2012.08.08 |
원격 디버깅 (0) | 2012.07.10 |
c++ 단축키 (0) | 2011.10.17 |