Help me, i just reinstall my windows and now i try to configure vuforia SDK all over again from the Getting Started
but, i have a problem here, when i tried to import the ImageTarget Project and opened the ImageTarget.cpp, all the libraries have a yellow underline and a question mark "?" in front of the inclusions, like #include<jni.h>, #include <QCAR/ ... .h>, and all of the QCAR libraries (Unresolved Inclusions)
when i opened the Inlcude Browser, it has a message like this
The file 'ImageTargets.cpp' is currently not part of the index. For headers that ar never included, or sources that re not part of the build, consider selecting the preference 'Index all files'.
of course i already put the QCAR Environment Variables and the its path.. i wonder what is the problem?
That was the workaround, not the solution :)
The solution is to place the environment variable in the ~/.profile file
Following the instruction of this response:
http://askubuntu.com/a/26411
the ~/.profile file is per-user and is read both by the graphical environment and the command line after login.
The only gotcha being that if you also has a ~/.bash_profile it will override ~/.profile
Anyway thanks for your responses.