How to create an optix program?

I want to create an optix program, but I don’t know what to do. I use VS2010, CUDA5.5, Optix3.5.
I would appreciate if you can help me!

Take a look at the SDK. There you can see the source code for creating a number of different OptiX programs.

Unless that wasn’t your question, in which case you’ll need to clarify.

What I mean is that build a brand new optix project without using sample’s source code. For example, to build the “Hello World” program, I should choose “Visual C++\console application”. Then build an optix project, what should I choose?