CLion generating blank include guards
Using CLion 2025.3.1 on Mac, build #CL-253.29346.141
Since this update I'm getting blank include guards whenever I create a new header file. It's generating #ifndef, #define, and #endif as it should but just leaving blank spaces afterwards.
The relevant settings that I know about are unchanged:


And yet, new header files look like this:

Is there another, new setting that I don't know about?
请先登录再写评论。
Hello!
Please try selecting the “Project” scheme in File | Settings | Editor | File and Code Templates:
Does the behavior change in this case?