-
Notifications
You must be signed in to change notification settings - Fork 475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid or corrupted .obj file #540
Comments
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.
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? |
First, you are building in the source folder. Please avoid doing that. |
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: