my project has a lot of pch files. So, when I build projects, it makes .pch files a lot at Local\Temp\c\Vs2008... Because I have small capacity harddisk, I want to change the destination of .pch file generated. How to change .pch file location? I use Visual Studio 2008. Thanks in advance.

link|improve this question

70% accept rate
feedback

1 Answer

1) Select Properties on the project

2) Navigate to Configuration Properties / C++ / Precompiled Headers

3) Change the value of Precompiled Header File. You can also use the dropdown to use macros for the location.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.