CinemachinePostProcessing error 2019.3

i have updated from project from 2018.3 to unity 2019.3. After update i have got 2 error one same script. i tried updating cinemachine, post processing from package manager but still nothing worked.

Assets\CinemachinePostProcessingV2\Editor\CinemachinePostProcessingEditor.cs(20,41): error CS0433: The type ‘CinemachinePostProcessing’ exists in both ‘Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null’ and ‘Cinemachine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null’
Assets\CinemachinePostProcessingV2\Editor\CinemachinePostProcessingEditor.cs(18,26): error CS0433: The type ‘CinemachinePostProcessing’ exists in both ‘Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null’ and ‘Cinemachine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null’

As I posted in my PM to you, you must delete Assets\CinemachinePostProcessingV2, because newer versions of CM have it built-in.

This Fixed my issue thanks alot!!! :slight_smile: