Visual studio c++ Access to path is denied

Godot Version

godot 4.2.1

Question

I try to debug after successfully compiled dll to use ini Godot engine .
I configured my launch.vs.json

{
 "version": "0.2.1",
 "defaults": {},
 "configurations": [
  {
   "type": "default",
   "project": "C:\\dev\\my\\godot\\Godot_v4.2.1-stable_win64.exe",
   "name": "Godot Game",
   "args": [ "--path", "C:\\dev\\my\\godot\\godotcpp\\test1\\godot-cpp-template\\demo" ]
  },

  {
   "type": "default",
   "project": "C:\\dev\\my\\godot\\Godot_v4.2.1-stable_win64.exe",
   "name": "Godot Editor",
   "args": [ "C:\\dev\\my\\godot\\godotcpp\\test1\\godot-cpp-template\\demo\\project.godot" ]
  }
 ]
}

Godot_v4.2.1-stable_win64.exe is in the correct path :
enter image description here

I can see the debug entries in VS++
enter image description here

but when i click one of them im getting this error :
enter image description here
And its not read only :
enter image description here