Problem with Async32 and Delphi XE10

Hello. Excuse me but I have a problem with VaComm. In practice, when I install the component in Delphi XE10 Seattle, I open a new project, I put on a form component VaComm just ... but as soon as I compile I get this message. As if Delphi complia an incorrect version of the component ...
The message is as follows:
[Dcc32 Fatal Error] VaClasses.pas (25): F2613 Unit 'Graphics' not found.

Make sure that in your project, unit scope names are set to:

Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell

Thanks for the tip. Now it works ... Thanks again.