"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Qcar/Matrice.h file

I am using unity 4.3.2F1, ios sdk 7.0 and vuforia 2-8-7.

I ran the samples as per example and the error i have is:'QCAR/Matrices.h not found'.

 

Any suggestions to solve the above?

 

 

You need to start again, but first read the installation instructions very clearly.

The reason it is not working is because you have added the native iOS SDK to the Unity project.

 

Instead use the Unity SDK that comes in a .unitypackage.

Hi

Try to chage the filepath like this

before: #import <QCAR/Matrices.h>

after: #import <Matrices.h>

 

 

mydiamondcharms

Thu, 01/16/2014 - 03:54

Tested Image target sample.  Using the teapot, error generated: Can't add component because class "Premium component Factory Starter Behaviour" does not exist!

 

Used the buidling and worked with no errors.