if you are using any functions from NVIDIA GPU Computing SDK 4.0 (like cutilSafeCall and so on…) you should add for include directory C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK 4.0\C\common\inc and for lib C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK 4.0\C\common\lib\x64 (remember to compile once C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK 4.0\C\common\cutil_vs2010.sln ).
If you are not using GPU SDK have you add in linker all libs that your application needs??