Visual studio keeps including sourceannotations.h to my C++ projects. This file seems to be .NET, and I am not using CLR (only native C++).
I wanted to take preprocessed .cpp file to check it in external tool (like clang or cppcheck) but they don’t support MS syntax.
According to here, source annotations are used to reduce code defects and it does not seem specific to .Net.