Skip to content
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

Cannot load settings from file '....MyProject.idea\misc.xml' Error on line 1 #102

Open
imrankhan441 opened this issue Nov 16, 2018 · 0 comments

Comments

@imrankhan441
Copy link

imrankhan441 commented Nov 16, 2018

I was successful with generating CMakeLists.txt from UnrealBuildTarget.exe. I had to replace all '' in file names to '/' now, I get an error:

"Cannot load settings from file '....MyProject.idea\misc.xml' Error on line 1: Content is not allowed in prolog. Please correct the file for content.

Here is the content of that file. It looks fine to me.

		<file path="$PROJECT_DIR$/Engine/Binaries" />
		<file path="$PROJECT_DIR$/Engine/Build" />
		<file path="$PROJECT_DIR$/Engine/Content" />
		<file path="$PROJECT_DIR$/Engine/DerivedDataCache" />
		<file path="$PROJECT_DIR$/Engine/Documentation" />
		<file path="$PROJECT_DIR$/Engine/Extras" />
		<file path="$PROJECT_DIR$/Engine/Intermediate" />
		<file path="$PROJECT_DIR$/Engine/Programs" />
		<file path="$PROJECT_DIR$/Engine/Saved" />
	</excludeRoots>
</component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant