Andrew Truckle:
> Just to let you know that is VS 2022 when I compile debug/release for 32 bit and 64 bit I get these warnings:
>
> 1>BSCMAKE : warning BK4503: minor error in .SBR file 'Intermediates\x64\Release\EditModel.sbr' ignored
> 1>BSCMAKE : warning BK4503: minor error in .SBR file 'Intermediates\x64\Release\EditModel.sbr' ignored
OK, I see this too now with Visual Studio 17.14.6 but it did not occur
with earlier versions. Searching for any reports of BK4503 show some
old issues with precompiled headers but Scintilla doesn't use them so
unlikely to be the cause.
SBR = VS source browsing data. While browse information could be
turned off (Properties | C/C++ | Browse Information), that seems
unreasonable as this is a "minor error ... ignored".
Neil