Which #include is needed for OptiX Prime

Hello,
I would like to use OptiX Prime for my VS Project but I do not really know which files I have to include to be able to use all the functions of Prime?

Thank you!

Just for the OptiX Prime API, if you use the C-API: optix_prime.h; if you use the C++ wrappers: optix_primepp.h
Both headers can be found in your OptiX SDK installation inside the folder OptiX SDK 3.9.1\include\optix_prime.

Please have a look at the OptiX SDK examples with “prime” in the names and walk through the headers.