본문 바로가기

Engine R&D⚙️/UE2

UE_C++폴더 안생김 + Unable to build while Live Coding is active. Exit the editor and game, or press Ctrl+Alt+F11 if iterating on code in the editor or game 프로젝트명 결론C++ Classes 폴더가 생성 안됨 -> 생성안된 게 아니고 에디터상 settings - Show C++ classes 표기가 꺼져 있었음   과정문제점괜스레 오류 내역 찾아봄1.Unable to build while Live Coding is active. Exit the editor and game, or press Ctrl+Alt+F11 if iterating on code in the editor or game2.이 솔루션 구성에 대해 빌드하도록 선택된 프로젝트가 없습니다.   눈물의 쇼1.에디터를 꺼보고 컴파일해봄 - 라이브코딩 끄고해봄 -해결안됨2.구성관리자의 문제인가..?3. 허무하도다 -세팅에 클래스 디렉토리 체크 해제 되어있었다. 2024. 7. 22.
UE_error_The following modules are missing or built with a different engine version ~ Would you like to rebuild them now? velog와 비교사용해보려고 같은 게시글 올림 테스트 이것 저것 눌러보고 시도해본 덕에  생성된 버그들을 기록해보려 한다.다양한 시도들이 그저 그런 시간 낭비로 끝나는 것이 아닌 원인을 파악하고 엔진 작동 원리를 알게되는  좋은 경험으로 쌓이기를 바라며..!상태: - unreal engine 5.0- visual studio 2019,2022 둘다 깔아놓은 상태- .NET 3.1  .NET 6.0 ver 설치 상태 증상: 1. unreal 5.0 ver로 제작한 뒤 > C++로 열었는데 >^+Shift+B 컴파일하니 빨간줄 뜨고, 터미널 창에 houdini Plugin이 ~없다. 2. #include errors detected. Consider updation your compole_~~~ disabl.. 2024. 7. 18.