04-15-2019 02:30 PM - edited 04-15-2019 02:35 PM
Son of a you know what... That was it.
I moved the "build target folder" to the root directory and it worked.
What's next? Are we going to be limited to "eight dot three" file names?
11-07-2024 06:27 PM
This solution has helped me greatly in the past!
There is also this: https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry
Whereby adding a "\\?\" without quotations will specify to treat it as an extended path.
I have added this prefix to my "build target" path, and it built successfully, although I'm truly unsure if it was responsible for solving my problems at the time.
Hope that helps someone!