## Description
Currently if you run CodeGen / react-native run-windows it will fail If you have a space in your user directory. I.e. in my case my directory was C:\Users\Alex Noble. The space in between Alex and Noble would trick CodeGen executable into thinking it was another parameter. Apologies if this is the wrong way to tackle this issue, new to the react-native-windows project and this is how I solved it on my machine.
### Type of Change
- Bug fix (non-breaking change which fixes an issue)
### Why
Motivation for this change was to allow users who have a space in their user directory to be able to build a c# project.
Resolves [Add Relevant Issue Here]
### What
Added quotes around the directories used in the CodeGen Exec
## Screenshots
![image](https://github.com/user-attachments/assets/85ca987e-3ae5-4a18-990c-9beabed742db)
## Changelog
Should this change be included in the release notes: yes
Fixed issue with managed codegen target failing when run from path with spaces