I'm wondering if bscmake is still needed for Visual Studio 2010 C++ Projects using unmamanged/managed code.
My understanding of bscmake is, that it is generating browse-files for each cpp-file in order to be able to use things in visual studio like the "class view" or "go to definition",...
But after asking a question about bscmake myself and reading other similar questions I was unsure what bscmake is for and why you should use it. References:
So my question is:
bscmake seems no longer be supported for VS2010, see this bug reports: Per-project Browsing in VS2010 and BSC files cannot be used. So you can speed up your compile times by turning off the creation of SBR/BSC files, as they are useless anyway.
BSC files had the big advantage that they could be used to browse external libraries which were not part of your solution (MFC for example). This seems not be possible with intellisense. I personally use VisualAssist as a replacement (which works quite well for me).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With