Visual Studio 2008 - Face Tracking Arduino Pan-Tilt System Serial Comm. Problem

pico:
The linker is telling you it can't find the lib that contains the Tserial functions/methods at link time. You will have to review your linker command options and ensure they include the path to the location of the missing library.

but Tserial has not a library. It has only .h and .cpp file.