-
Notifications
You must be signed in to change notification settings - Fork 27
Description
I built UE4 from source (Master branch)
Then I create a basic c++ project with starter content.
I selected my source code editor as CLion.
In File => Refresh Clion Project works fine.
But, when I try File => Open Clion it pops a dialog box saying:
Could not open CLion for project /home/uidk4283/Documents/UnrealProjects4.19/MyProject/MyProject.workspace
Note: I couldn't fine Clion in Edit=> Project Settings and setting the path of executable for Clion as we used to do for <=UE4.18
To get things working, I manually open CLion and open the UE4 project in it. I set up the compiler as clang in the setting of CLion and reload the CMake project.
But, I get error. The last few lines of the error are:
clang: error: no such file or directory: '('
clang: error: no such file or directory: ')'
clang: error: no such file or directory: '='
clang: error: no such file or directory: '('
clang: error: no such file or directory: ')'
clang: error: no such file or directory: '='