If you are attempting to deploy your existing SQL Server Analysis Services cube with calculation changes and get the following (not very helpful!) error:
“The Measures cube either does not exist or has not been processed”
then you probably forgot a CURRENTCUBE prefix on one or more of your MDX Create Member statements:
CREATE MEMBER CURRENTCUBE.Measures.[MyMeasure] AS
^^^^^^^^^^^