I am writing a Model in Model Builder where I iterate through a Feature Class of points to create a series of buffers, then the buffer clips a small section of a Digital Elevation Model to be used for the Points Solar radiation. I want to sequentially create and discard the buffer, use Points Solar Radiation, and then go on to the next point and buffer it.
In my ArcMap project Geoprocessing options, I have "Overwrite the outputs of Geoprocessing operations" checked. Sometimes when I run my model I get the error 00258 "Feature class already exists." What can I do about this?