I saw that VS2012 creates some files in the solution folder(.sdf, .suo, .ipch, etc). Is it possible to change the folder where these files are created?
The methods for VS2010 don't work in VS2012, see screenshot:
I saw that VS2012 creates some files in the solution folder(.sdf, .suo, .ipch, etc). Is it possible to change the folder where these files are created?
The methods for VS2010 don't work in VS2012, see screenshot:
Go to Tools -> Options -> Text Editor -> C/C++ -> Advanced
In the "Fallback Location", set "Always Use Fallback Location" to True
and "Do Not Warn If Fallback Location Used" to True
. In "Fallback Location" you can either leave it blank and VS will use your %TEMP%
folder, or specify a different location of your choice.
(Note the .suo files will still sit next to your solutions)