How to use strings in Ardupilot?

I need to use some strings variables. How to use strings in Ardupilot correctly?
I tried #include <string>, std::string, string.h, cstring, but don’t work. don’t build. Thanks

A post was merged into an existing topic: Add string type to project