So I got Visual Studio 2010 installed with NSight for VS. Projects are compiling and working just fine (but still I don't have intellisense recognized altough I spend many many hours and went through all tutorials).
Now I would like to use Compute Visual Profiler (NSight) to which I need executable. So when I go to Debug or Release after running the projest I can't find exe file there. How to create it ?
Anyway I am able to run Compute Visual Profiler profiling this project by pointing the Debug directory but then I got the error :
Program run #18 completed.
Error :
Application : "C:(...)dot_product.exe.intermediate.manifest".
Profiler data file 'C:/(...)temp_compute_profiler_0_0.csv' for application run 0 not found.
So my question is How could I possibly profile my project?