You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the interruption. When I try to do the vehicle side of things, the .obj file does not open when the final compilation results in the following situation. But when I link that .obj file, Visual Studio 2022 reports an error showing invalid or damaged parts. What is the reason for this?
The text was updated successfully, but these errors were encountered:
As you can see the specified path is a relative path so the location when it expects to find the file depends on your current working folder.
Can you please go to your build directory and:
check that you do have a bin/data folder?
try to run the demo by manually going into bin/Release (or bin/Debug)
If this works then it's just a matter of a wrong working folder: did you manually changed the configuration of demos in Visual Studio?
In VS, try to right-click on your demo, Properties>Configuration Properties>Debugging and make sure that the Working Directory is set to bin/Release (or bin/Debug).
Sorry for the interruption. When I try to do the vehicle side of things, the .obj file does not open when the final compilation results in the following situation. But when I link that .obj file, Visual Studio 2022 reports an error showing invalid or damaged parts. What is the reason for this?
The text was updated successfully, but these errors were encountered: