How to calculate where the problem is?
Link: 1>c:\включени _c++ 2012\xtree(386): warning BK4504: файл содержит слишком много ссылок; дальнейшие ссылки из этого источника будут игнорироваться
The problem is that the project has translated into multi-module mode. The average .cpp file began to compile for 1-3 seconds.
Then something happened, but I do not remember what exactly changed. This error occurred and the compile time increased to 8-15 seconds for all cpp files. Compiling ( ClCompile:
is still fast. But linking is very long. Warning ( Link:
crashes just after linking.
How to calculate this cpp file with so many links?