I have setup my project after importing some (nv_util and such) libraries and it compiles and builds everything. But when I try to run it I get the following messege
No startup project, Please select a start project.

I dont understand how I go about it. Also I would like to point out that my visual studio solution is setup to compiler different profiles. I want to cross compile for windows as well as Android.
Any help?
Thanks.
Hi,
You can right click any application project (which build apk) and select “Set as startup project”. \
The Nsight Tegra just add a cross compile/debug toolchain for Android, it won’t affect what you have for windows.
You can use “Configuration Manager” in Visualstudio to manage your configurations for different platforms.
Thanks for replying.
But I DID set the project as start up project. I am not new to it - Hence that’s why I was confounded by the problem.
The only way I could get around the issue was to make a new solution in VS 2010 and then proceed further with it.
Hello,
It seems so that we do not support startup projects that are not in the top level of the solution tree. This means that, for example, you cannot have a startup project in a solution folder.
This issue will be fixed in a future Nsight Tegra version.