Cant open mac project in windows

I have a project created in MacOS Mojave that I’m trying to open in Windows 10. Trying to rebuild from source manually gives the errors:

._myapp.Build.cs’ could not be found
._myapp.Target.cs’ could not be found

Both files are present but hidden in the relevant source folder. I understand that these ._ files are metadata files created by MacOS but unclear how to get windows to see them or ignore them. Any suggestions welcome!

For anyone else struggling with this, I couldn’t find a smart way to do it so just created a new project and manually transplanted what I needed into the relevant files (and recreated all the project settings). Tedious but it worked.