Problem :
When linking simple hello world application with /Qtcheck option, I get libassuret40.lib not found fatal error at link time.
If I add the missing lib located in the VTune distribution or Thread Checker cab file error disappears but then I get c:\Program.obj not found error.
Environment :
Intel(R) C++ Compiler 11.1 + Thread Checker 3.1 + VTune 9.1 for Windows
Root Cause :
The /Qtcheck option relies on libraries located in Vtune lib path, e.g. "C:\Program Files\Intel\VTune\Analyzer\Lib"
Resolution :
Open the project property page -> Linker -> General
In the "Additional library Directory", add your vtune lib path, such as: "C:\Program Files\Intel\VTune\Analyzer\Lib".