Just to add a reference to @Alex Stone's answer-in-a-comment, here is the current official clang specification on the lack of support for @import in C++:
At present, there is no C or C++ syntax for import declarations. Clang
will track the modules proposal in the C++ committee.