I have installed Magento 2.2.4 with composer. Everything is working but when I am running this command.
php bin/magento setup:di:compile
It is giving me an error
**[RuntimeException] Source class "\Magento\Payment\Model\Method\Virtual" forMagento\Payment\Model\Method\VirtualLogger" generation does not exist.**
I have cleared all cache and removed these folders also
rm -rf var/di/* var/generation/* var/cache/* var/log/* var/page_cache/* var/session/* var/view_preprocessed/* pub/static/*
Your help will be appreciated. Thanks in advance