Eigen is basically a header-only library. All you need to do is add the Eigen path to (MSVC2010):
Project Properties → C / C ++ → General → Additional Link Directories
, Core C:/folder1/folder2/Eigen/, :
C:/folder1/folder2/Eigen/Core
, C:/folder1/folder2 Include.