description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: BSCMAKE Warning BK4504 |
BSCMAKE Warning BK4504 |
11/04/2016 |
|
|
b56ee2d4-ad44-40f4-98c0-75934ea44a6c |
file contains too many references; ignoring further references from this source
The .cpp file contains more than 64,000 symbol references. When BSCMAKE has encountered 64,000 references in a file, it ignores all further references.
To correct the problem, either split the file into two or more files, each of which has fewer than 64,000 symbol references, or use the #pragma component(browser)
preprocessor directive to limit symbols that are generated for particular references. For more information, see component.