I added the following to my stdafx.h, #define GTEST_USE_OWN_TR1_TUPLE 1 It compiles correctly now (for windows XP). Nov 28, 2011 #4 usc.ur...@gmail.com I add GTEST_USE_OWN_TR1_TUPLE to preprocessor define. It works, thanks.