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.
I had the same problem, and the easiest solution when you want a standalone google test is to link gtest_main as well as gtest.
You can set your Visual Studio project as Executable and then link with gtest_main and gtest.