Editor is unable to compile newly created C++ actor class

Hi there @Doodlebob_Senpai

Three things I would check with this that can cause it

  1. Ensure you’re not running into a file lock due to VS or UE Editor still being open when you’re trying to update the modules.
  2. Make sure you don’t have the files on a read-only drive or something of that nature.
  3. Ensure that the plugin files were built with the same version of UE that you’re trying to use it with. (Incompatibility on version can cause this error)