Where is the buildpath to my C++ headers inside native Andoid project

  • Thread starter Thread starter Ben4212
  • Start date Start date
B

Ben4212

Guest
Greetings and salutations,

I am trying to compile C++ code inside native Android project, on Windows 10 with latest VS.

The code does not compile because the system does not find my headers. I am good with this issue and I know all the pitfalls. I know how to make VS get my headers on all targets. But not with this one, Android. Here I always get a message that my header is not found.

What am I missing? I use this code to compile projects on several platforms and VS gets the headers all the time.

Easy way to check this out is opening include header with VS and I get polite window explaining that it is not in the build path. I could not to date properly set this build path for VS.

Continue reading...
 
Back
Top