Error Code CS 2012

error CS2012: Cannot open ‘C:\Users\Acer\Documents\Visual Studio 2017\New Unity Project\Temp\Unity.Analytics.DataPrivacy.dll’ for writing – ‘Access to the path ‘C:\Users\Acer\Documents\Visual Studio 2017\New Unity Project\Temp\Unity.Analytics.DataPrivacy.dll’ is denied.’
can you help me please ?

I have the same problem, I have some code that keeps stopping me.
isTouchingGround = Physics.OverlapSphere(groundCheckPoint.position, groundCheckRadius);

        theRB.velocity = new Vector3(Input.GetAxis("Horizontal") * moveSpeed, theRB.velocity.y, Input.GetAxis("Vertical") * moveSpeed);

        if (Input.GetButtonDown("Jump") && isTouchingGround == true)

can anybody help?