I want to unit test my C++ project with Visual Studio. After adding the folders from my project as include path to my test project, I get linker errors when trying to compil
I found there that you have to add your .h and .cpp files as existing files also to the test project. That is left out on the official documentation or I missed it.