I\'m trying to get my first ever unit test with Google Test framework + Visual Studio 2013.However I\'m hitting the below error and can\'t understand why.
The issue here is that you didn't include MyMultiplier.h/cpp in the actual test project.
Add it to the project file (right-click, add existing item and navigate to the files).