Compiler Warning (level 1) C4176

'subcomponent' : unknown subcomponent for #pragma component browser

The component pragma was specified incorrectly.

If you wish to exclude references to a particular name, you must specify the references option before the name. The following example shows the incorrect and correct ways to exclude references to NULL:

#pragma component(browser, off, i)  // warning
#pragma component(browser, off, references, i) // ok