In Visual Studio Community 2015, a Visual C++ project generates a *.ipdb file and a *.iobj file in its Release folder.
Now in Visual Studio Community 2013, I've never seen these files generated in project Release folder and so I'd like to know -
Is it possible to stop generating them?
Output Directory
andIntermediate Directory
in the project settings to different folders? Do theipdb
files end up in the Output or Intermediate? – But