test driven development using vs2008

does anyone use the unit testing tools that come with c++ visual studio 2008? i've used the c# unit tests but can't get the c++ version to work.

i followed the steps here

http://social.msdn.microsoft.com/forums/en-US/vststest/thread/3034be9a-5ab2-4d23-baa2-1492a1801d81/

but am still getting errors where my test project can not find the .h of my main project.

if anyone has any advice, i'd appreciate it. thanks.
Some good ones you can use are

NUNIT and Boost::Test. As for setup questions. Best asked on the respective forums.
Topic archived. No new replies allowed.