"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

How to integrate vuforia iOS SDK in new project.

I am trying to integrate iOS SDK in my project. 

It showing an errors in "System.h" file. For the following code:

#include <stdio.h>

namespace QCAR

{

    typedef __uint16_t UInt16;

}

Error are like this:

  1. Expected ';' after top level declarator.
  2. Unknown type name 'namespace'.

 

How should I resolve this?