WampServer 2.5.
Just attempted to load Magento 2.0 from a fresh install on localhost, and receive the error:
( ! ) Fatal error: Uncaught exception 'Magento\Framework\Exception\LocalizedException' with message 'The "D:/wamp/www/magento-en-US/var/generation/Magento/Framework/ObjectManager/Config/Reader/Dom/Proxy.php.9780" path cannot be renamed into "D:/wamp/www/magento-en-US/var/generation/Magento/Framework/ObjectManager/Config/Reader/Dom/Proxy.php" Warning!rename(D:/wamp/www/magento-en-US/var/generation/Magento/Framework/ObjectManager/Config/Reader/Dom/Proxy.php.9780,D:/wamp/www/magento-en-US/var/generation/Magento/Framework/ObjectManager/Config/Reader/Dom/Proxy.php): The process cannot access the file because it is being used by another process. (code: 32)' in D:\wamp\www\magento-en-US\vendor\magento\framework\Code\Generator.php on line 103
and
( ! ) Magento\Framework\Exception\LocalizedException: The "D:/wamp/www/magento-en-US/var/generation/Magento/Framework/ObjectManager/Config/Reader/Dom/Proxy.php.9780" path cannot be renamed into "D:/wamp/www/magento-en-US/var/generation/Magento/Framework/ObjectManager/Config/Reader/Dom/Proxy.php" Warning!rename(D:/wamp/www/magento-en-US/var/generation/Magento/Framework/ObjectManager/Config/Reader/Dom/Proxy.php.9780,D:/wamp/www/magento-en-US/var/generation/Magento/Framework/ObjectManager/Config/Reader/Dom/Proxy.php): The process cannot access the file because it is being used by another process. (code: 32) in D:\wamp\www\magento-en-US\vendor\magento\framework\Code\Generator.php on line 103
New to Magento, so need some help interpreting these errors please.