Good day.
I have 2 projects, one is Addition.lib. The other is HL_1.dll.
in HL - Addition.lib is used, but when compiling HL, LNK4099 crashes where some classes from my Addition.lib project are listed 
Actually, I would like to know how critical this warning is and how to cope with it? As I understand it when viewing some articles from the Internet, it means that I cannot go inside the described classes in the warning during line-by-line debugging, right? Are there any other nuances?