I want to disable making *.sbr files in Visual Studio via Solution Settings, because my project has a lot of warnings like:
BSCMAKE : warning BK4503: minor error in .SBR file 'Foo.sbr' ignored
What are the limitations and disadvantages I get with this?
SBR files hold browse information for individual source files, which bscmake
then compiles into a BSC file. Visual Studio versions up to 2010 or so used to be able to load a BSC file in the Object Browser, see for example Using .Bsc Files to Enable Browsing To References of C++ Symbols. Nowadays, I believe BSC files are still only used by some 3rd party utilities and extensions.
To control SBR generation, follow the steps from /FR, /Fr (Create .Sbr File):
To set this compiler option in the Visual Studio development environment
- Open the project's Property Pages dialog box.
- Click the C/C++ folder.
- Click the Browse Information property page.
- Modify the Browse Information File or Enable Browse Information property.
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