LNK2019: unresolved external symbol in VS unit-testing
问题 I get the error as stated in the title. I ensured the following: - The Include directory, include library and additional include directory are set correctly - In the properties, Subsystem is set to CONSOLE Comments to my code: LifeLib is a project that contains classes of that I want to test some methods. The classes are defined in namespace LifeLib. One of them is StornoTafel. testVariables is NOT defined in any namespace. I get the linking error 3 times, for 2 constructors and 1 method in